- java.lang.Object
-
- org.tentackle.common.Version
-
public class Version extends Object
Holds Tentackle versioning information.- Author:
- harald
-
-
Constructor Summary
Constructors Constructor Description Version()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)Prints the build version and license.
-
-
-
Method Detail
-
main
public static void main(String[] args)
Prints the build version and license.- Parameters:
args- command line args (ignored)
-
-