Skip to content

2.10.0-jdk17

Latest
Compare
Choose a tag to compare
@kkorotkov kkorotkov released this 19 Jul 09:22
b3f188b

Java wrapper for Labs64 NetLicensing RESTful API

Visit Labs64 NetLicensing at https://netlicensing.io

Changelog

  • Upgraded to Jakarta 10
  • Added support for bundles in shop token

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.10.0-jdk17</version>
  </dependency>
</dependencies>

Gradle:

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

OSGi:

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