Skip to content

Labs64 NetLicensing Java Client v2.3.4

Compare
Choose a tag to compare
@r-brown r-brown released this 30 Nov 14:51
· 254 commits to master since this release

Java wrapper for Labs64 NetLicensing RESTful API

Visit Labs64 NetLicensing at http://netlicensing.io

Quick Start

The recommended way to get started using netlicensing-client in your project is with a dependency management system – the Maven snippet below can be copied and pasted into your build.

Maven:

<dependencies>
  <dependency>
    <groupId>com.labs64.netlicensing</groupId>
    <artifactId>netlicensing-client</artifactId>
    <version>2.3.4</version>
  </dependency>
</dependencies>

Gradle:

dependencies {
    compile 'com.labs64.netlicensing:netlicensing-client:2.3.4'
}

OSGi:

Require-Bundle: com.labs64.netlicensing.client;bundle-version="2.3.4"