Package io.ebean
Class EbeanVersion
- java.lang.Object
-
- io.ebean.EbeanVersion
-
public class EbeanVersion extends Object
Class to determine the ebean version.- Author:
- Roland Praml, FOCONIS AG
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getVersion()
Returns the ebean version (read from /META-INF/maven/io.ebean/ebean/pom.properties)
-
-
-
Method Detail
-
getVersion
public static String getVersion()
Returns the ebean version (read from /META-INF/maven/io.ebean/ebean/pom.properties)
-
-