com.cloudhopper.commons.util.Version Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ch-commons-util Show documentation
Show all versions of ch-commons-util Show documentation
Common Java utility classes used across Cloudhopper-based projects
/** DO NOT EDIT THIS FILE. IT IS AUTO GENERATED BY MAVEN */
package com.cloudhopper.commons.util;
public final class Version {
private static final String COMMIT="af3f2746";
private static final String TIMESTAMP="2015-01-30T23:43:34Z";
private static final String VERSION="6.0.2";
private static final String NAME="ch-commons-util";
private static final String VENDOR="com.cloudhopper";
private static final String LONG_VERSION="6.0.2 (commit af3f2746 @ 2015-01-30T23:43:34Z)";
/** Returns the library source control commit tag such as "af3f2746" */
static public String getCommit() { return COMMIT; }
/** Returns the library vendor such as "com.cloudhopper" */
static public String getVendor() { return VENDOR; }
/** Returns the library build timestamp (date) such as "2015-01-30T23:43:34Z" */
static public String getTimestamp() { return TIMESTAMP; }
/** Returns the library name such as "ch-commons-util" */
static public String getName() { return NAME; }
/** Returns the library version such as "6.0.2" */
static public String getVersion() { return VERSION; }
/** Returns a longer library version that includes the timestamp such as "6.0.2 (commit af3f2746; ts 2015-01-30T23:43:34Z)" */
static public String getLongVersion() { return LONG_VERSION; }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy