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
The newest version!
package cn.mapway.document.resource;
/**
* 编译版本信息
*/
public final class Version {
/** project version */
public static final String VERSION = "3.20.0";
/** build timestamp */
public static final String TIMESTAMP ="2021-10-08 00:46:44";
}