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

org.rythmengine.spring.Version Maven / Gradle / Ivy

package org.rythmengine.spring;

import org.rythmengine.utils.IO;
import org.springframework.core.SpringVersion;

/**
 * Created with IntelliJ IDEA.
 * User: luog
 * Date: 25/11/13
 * Time: 1:40 PM
 * To change this template use File | Settings | File Templates.
 */
public enum Version {
    ;
    public static final String VALUE;
    static {
        VALUE = IO.readContentAsString(Version.class.getClassLoader().getResourceAsStream("spring-rythm-version"));
    }

    public static final String SPRING_VERSION = SpringVersion.getVersion();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy