cn.mapway.document.resource.Version Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of api-tools-doc Show documentation
Show all versions of api-tools-doc Show documentation
auto gen doc from api with ui
package cn.mapway.document.resource;
/**
* 编译版本信息
*/
public final class Version {
/** project version */
public static final String VERSION = "3.14.0";
/** build timestamp */
public static final String TIMESTAMP ="2020-09-07 08:56:54";
}