It’s easy!
String version = myObject.getClass()
.getPackage()
.getImplementationVersion();
Where it comes from…? I think from the MANIFESTO in the jar file.
It’s easy!
String version = myObject.getClass()
.getPackage()
.getImplementationVersion();
Where it comes from…? I think from the MANIFESTO in the jar file.