All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.mapway.document.resource.Version Maven / Gradle / Ivy

There is a newer version: 3.20.0
Show newest version
package cn.mapway.document.resource;

/**
 * 编译版本信息
 */
public final class Version {
    /** project version */
    public static final String VERSION = "3.15.0";
    /** build timestamp */
    public static final String TIMESTAMP ="2020-09-08 09:05:11";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy