com.labs64.netlicensing.util.PackageUtils Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of netlicensing-client Show documentation
Show all versions of netlicensing-client Show documentation
Java wrapper for Labs64 NetLicensing RESTful API
The newest version!
package com.labs64.netlicensing.util;
public class PackageUtils {
private PackageUtils() {
throw new IllegalStateException("PackageUtils class");
}
public static String getImplementationVersion() {
//get implementation version
return PackageUtils.class.getPackage().getImplementationVersion();
}
}