### Add NetLicensing Client Gradle Dependency Source: https://github.com/labs64/netlicensingclient-java/blob/master/README.md Add this line to your Gradle project's build.gradle file to include the NetLicensing client. Ensure you replace X.Y.Z with the correct version. ```gradle dependencies { compile 'com.labs64.netlicensing:netlicensing-client:X.Y.Z' } ``` -------------------------------- ### Add NetLicensing Client OSGi Requirement Source: https://github.com/labs64/netlicensingclient-java/blob/master/README.md For OSGi environments, use this require-bundle statement in your bundle configuration to integrate the NetLicensing client. Update X.Y.Z to the specific version. ```osgi Require-Bundle: com.labs64.netlicensing.client;bundle-version="X.Y.Z" ``` -------------------------------- ### Add NetLicensing Client Maven Dependency Source: https://github.com/labs64/netlicensingclient-java/blob/master/README.md Include this snippet in your Maven project's pom.xml to add the NetLicensing client library. Replace X.Y.Z with the desired version. ```xml com.labs64.netlicensing netlicensing-client X.Y.Z ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.