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

ee.sk.digidoc.Version Maven / Gradle / Ivy

package ee.sk.digidoc;

/**
 * Contains only the version number for the whole package
 * @author Veiko Sinivee
 */
public class Version {
	/** program & library name */
	public static final String LIB_NAME = "JDigiDoc";
	/** program & library version */
	public static final String LIB_VERSION="${env.JDD_VERSION}";//="${env.JDD_VERSION}";//="3.12.0";
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy