cn.mapway.document.parser.CompileVersion Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mapway-doc-ui Show documentation
Show all versions of mapway-doc-ui Show documentation
auto gen doc from api with ui
package cn.mapway.document.parser;
/**
* The type Compile version.
*/
public class CompileVersion {
/**
* The constant VERSION.
*/
public final static String VERSION =
"[2.0.0-SNAPSHOT]@2018年03月06日 09:49:47 from ${env.BRANCH}";
}