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

io.phasetwo.service.Version Maven / Gradle / Ivy

There is a newer version: 0.84
Show newest version
/**
 * DO NOT EDIT THIS FILE (auto generated by fizzed-versionizer-maven-plugin)
 */
package io.phasetwo.service;
public final class Version {
    private static final String COMMIT="d4c0b5e2";
    private static final String TIMESTAMP="2024-07-26T07:54:40.818Z";
    private static final String VERSION="0.78";
    private static final String NAME="keycloak-orgs";
    private static final String VENDOR="io.phasetwo.keycloak";
    private static final String LONG_VERSION="0.78 (commit d4c0b5e2 @ 2024-07-26T07:54:40.818Z)";
    /** 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-07-26T07:54:40.818Z" */
    static public String getTimestamp() { return TIMESTAMP; }
    /** Returns the library name such as "keycloak-orgs" */
    static public String getName() { return NAME; }
    /** Returns the library version such as "0.78" */
    static public String getVersion() { return VERSION; }
    /** Returns a longer library version that includes the timestamp such as "0.78 (commit d4c0b5e2 @ 2024-07-26T07:54:40.818Z)" */
    static public String getLongVersion() { return LONG_VERSION; }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy