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

com.cloudhopper.datastore.Version Maven / Gradle / Ivy

The newest version!
/** DO NOT EDIT THIS FILE. IT IS AUTO GENERATED BY MAVEN */
package com.cloudhopper.datastore;
public final class Version {
 private static final String COMMIT="3b75c3dd";
 private static final String TIMESTAMP="20140122-0839";
 private static final String VERSION="3.0.4";
 private static final String NAME="ch-datastore";
 private static final String VENDOR="com.cloudhopper";
 private static final String LONG_VERSION="3.0.4 (commit 3b75c3dd @ 20140122-0839)";
 /** Returns the library source control commit tag such as "3b75c3dd" */
 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 "20140122-0839" */
 static public String getTimestamp() { return TIMESTAMP; }
 /** Returns the library name such as "ch-datastore" */
 static public String getName() { return NAME; }
 /** Returns the library version such as "3.0.4" */
 static public String getVersion() { return VERSION; }
 /** Returns a longer library version that includes the timestamp such as "3.0.4 (commit 3b75c3dd; ts 20140122-0839)" */
 static public String getLongVersion() { return LONG_VERSION; }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy