com.greenback.api.Version Maven / Gradle / Ivy
/**
* DO NOT EDIT THIS FILE (auto generated by fizzed-versionizer-maven-plugin)
*/
package com.greenback.api;
public final class Version {
private static final String COMMIT="0bfa75b4";
private static final String TIMESTAMP="2023-04-26T03:30:35.345Z";
private static final String VERSION="1.0.34";
private static final String NAME="greenback-kit-core";
private static final String VENDOR="com.greenback";
private static final String LONG_VERSION="1.0.34 (commit 0bfa75b4 @ 2023-04-26T03:30:35.345Z)";
/** Returns the library source control commit tag such as "ac486420" */
static public String getCommit() { return COMMIT; }
/** Returns the library vendor such as "com.greenback" */
static public String getVendor() { return VENDOR; }
/** Returns the library build timestamp (date) such as "2023-04-26T03:30:35.345Z" */
static public String getTimestamp() { return TIMESTAMP; }
/** Returns the library name such as "greenback-kit-core" */
static public String getName() { return NAME; }
/** Returns the library version such as "1.0.34" */
static public String getVersion() { return VERSION; }
/** Returns a longer library version that includes the timestamp such as "1.0.34 (commit 0bfa75b4 @ 2023-04-26T03:30:35.345Z)" */
static public String getLongVersion() { return LONG_VERSION; }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy