com.fizzed.rocker.maven.Version Maven / Gradle / Ivy
/**
* DO NOT EDIT THIS FILE (auto generated by fizzed-versionizer-maven-plugin)
*/
package com.fizzed.rocker.maven;
public final class Version {
private static final String COMMIT="014d2ed4";
private static final String TIMESTAMP="2023-10-11T04:25:19.354Z";
private static final String VERSION="1.4.0";
private static final String NAME="rocker-maven-plugin";
private static final String VENDOR="com.fizzed";
private static final String LONG_VERSION="1.4.0 (commit 014d2ed4 @ 2023-10-11T04:25:19.354Z)";
/** Returns the library source control commit tag such as "ac486420" */
static public String getCommit() { return COMMIT; }
/** Returns the library vendor such as "com.fizzed" */
static public String getVendor() { return VENDOR; }
/** Returns the library build timestamp (date) such as "2023-10-11T04:25:19.354Z" */
static public String getTimestamp() { return TIMESTAMP; }
/** Returns the library name such as "rocker-maven-plugin" */
static public String getName() { return NAME; }
/** Returns the library version such as "1.4.0" */
static public String getVersion() { return VERSION; }
/** Returns a longer library version that includes the timestamp such as "1.4.0 (commit 014d2ed4 @ 2023-10-11T04:25:19.354Z)" */
static public String getLongVersion() { return LONG_VERSION; }
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy