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

co.fizzed.stork.bootstrap.Version Maven / Gradle / Ivy

Go to download

Bootstrap utility for launching Java apps, load system properties via config file, then starting app normally.

There is a newer version: 1.2.1
Show newest version
/**
 * DO NOT EDIT THIS FILE (auto generated by fizzed-versionizer-maven-plugin)
 */
package co.fizzed.stork.bootstrap;
public final class Version {
    private static final String COMMIT="d00ecdf8";
    private static final String TIMESTAMP="2014-11-12T22:22:41.987Z";
    private static final String VERSION="1.2.0";
    private static final String NAME="fizzed-stork-bootstrap";
    private static final String VENDOR="co.fizzed";
    private static final String LONG_VERSION="1.2.0 (commit d00ecdf8 @ 2014-11-12T22:22:41.987Z)";
    /** Returns the library source control commit tag such as "ac486420" */
    static public String getCommit() { return COMMIT; }
    /** Returns the library vendor such as "co.fizzed" */
    static public String getVendor() { return VENDOR; }
    /** Returns the library build timestamp (date) such as "2014-11-12T22:22:41.987Z" */
    static public String getTimestamp() { return TIMESTAMP; }
    /** Returns the library name such as "fizzed-stork-bootstrap" */
    static public String getName() { return NAME; }
    /** Returns the library version such as "1.2.0" */
    static public String getVersion() { return VERSION; }
    /** Returns a longer library version that includes the timestamp such as "1.2.0 (commit d00ecdf8 @ 2014-11-12T22:22:41.987Z)" */
    static public String getLongVersion() { return LONG_VERSION; }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy