io.phasetwo.keycloak.events.Version Maven / Gradle / Ivy
/**
* DO NOT EDIT THIS FILE (auto generated by fizzed-versionizer-maven-plugin)
*/
package io.phasetwo.keycloak.events;
public final class Version {
private static final String COMMIT="411d8d23";
private static final String TIMESTAMP="2024-11-11T17:32:45.033Z";
private static final String VERSION="0.35";
private static final String NAME="keycloak-events";
private static final String VENDOR="io.phasetwo.keycloak";
private static final String LONG_VERSION="0.35 (commit 411d8d23 @ 2024-11-11T17:32:45.033Z)";
/** Returns the library source control commit tag such as "ac486420" */
static public String getCommit() { return COMMIT; }
/** Returns the library vendor such as "io.phasetwo.keycloak" */
static public String getVendor() { return VENDOR; }
/** Returns the library build timestamp (date) such as "2024-11-11T17:32:45.033Z" */
static public String getTimestamp() { return TIMESTAMP; }
/** Returns the library name such as "keycloak-events" */
static public String getName() { return NAME; }
/** Returns the library version such as "0.35" */
static public String getVersion() { return VERSION; }
/** Returns a longer library version that includes the timestamp such as "0.35 (commit 411d8d23 @ 2024-11-11T17:32:45.033Z)" */
static public String getLongVersion() { return LONG_VERSION; }
}