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

org.hibernate.tool.api.version.Version Maven / Gradle / Ivy

There is a newer version: 7.0.0.Beta1
Show newest version
package org.hibernate.tool.api.version;

public interface Version {
	
	final static String CURRENT_VERSION = "6.6.0.Final";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy