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

com.labs64.netlicensing.util.PackageUtils Maven / Gradle / Ivy

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();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy