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

ru.curs.celesta.ver.CelestaVersion Maven / Gradle / Ivy

There is a newer version: 8.1.0
Show newest version
package ru.curs.celesta.ver;

/**
 * Celesta version holder.
 *
 * @author Pavel Perminov ([email protected])
 * @since 2019-04-11
 */
public final class CelestaVersion {

    /**
     * Celesta version, f.e. 7.1.2.
     */
    public static final String VERSION;

    static {
        VERSION = CelestaVersion.class.getPackage().getSpecificationVersion();
    }

    private CelestaVersion() {
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy