com.cloudhopper.commons.ssl.Version Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ch-commons-ssl Show documentation
Show all versions of ch-commons-ssl Show documentation
Common SSL utilities Cloudhopper-based projects
The newest version!
/** DO NOT EDIT THIS FILE. IT IS AUTO GENERATED BY MAVEN */
package com.cloudhopper.commons.ssl;
public final class Version {
private static final String COMMIT="cb6e5ad1";
private static final String TIMESTAMP="20140317-1159";
private static final String VERSION="1.0.0";
private static final String NAME="ch-commons-ssl";
private static final String VENDOR="com.cloudhopper";
private static final String LONG_VERSION="1.0.0 (commit cb6e5ad1 @ 20140317-1159)";
/** Returns the library source control commit tag such as "cb6e5ad1" */
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 "20140317-1159" */
static public String getTimestamp() { return TIMESTAMP; }
/** Returns the library name such as "ch-commons-ssl" */
static public String getName() { return NAME; }
/** Returns the library version such as "1.0.0" */
static public String getVersion() { return VERSION; }
/** Returns a longer library version that includes the timestamp such as "1.0.0 (commit cb6e5ad1; ts 20140317-1159)" */
static public String getLongVersion() { return LONG_VERSION; }
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy