Skip to content

Releases: Labs64/NetLicensingClient-java

2.4.1

Choose a tag to compare

@kkorotkov kkorotkov released this 12 Feb 21:25

Java wrapper for Labs64 NetLicensing RESTful API

Visit Labs64 NetLicensing at https://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.4.1</version>
  </dependency>
</dependencies>

Gradle:

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

OSGi:

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

2.4.0

Choose a tag to compare

@r-brown r-brown released this 19 Nov 09:29

Java wrapper for Labs64 NetLicensing RESTful API

Visit Labs64 NetLicensing at https://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.4.0</version>
  </dependency>
</dependencies>

Gradle:

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

OSGi:

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

2.3.9

Choose a tag to compare

@r-brown r-brown released this 14 Feb 14:43

Java wrapper for Labs64 NetLicensing RESTful API

Visit Labs64 NetLicensing at https://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.9</version>
  </dependency>
</dependencies>

Gradle:

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

OSGi:

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

2.3.8

Choose a tag to compare

@kkorotkov kkorotkov released this 30 Oct 09:40

Java wrapper for Labs64 NetLicensing RESTful API

Visit Labs64 NetLicensing at https://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.8</version>
  </dependency>
</dependencies>

Gradle:

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

OSGi:

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

Labs64 NetLicensing Java Client v2.3.7

Choose a tag to compare

@kkorotkov kkorotkov released this 25 Jun 19:37

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

Gradle:

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

OSGi:

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

Labs64 NetLicensing Java Client v2.3.5

Choose a tag to compare

@r-brown r-brown released this 28 Dec 20:17

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

Gradle:

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

OSGi:

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

Labs64 NetLicensing Java Client v2.3.4

Choose a tag to compare

@r-brown r-brown released this 30 Nov 14:51

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"

Labs64 NetLicensing Java Client v2.3.2

Choose a tag to compare

@r-brown r-brown released this 11 Sep 07:22

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

Gradle:

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

Labs64 NetLicensing Java Client v2.3.1

Choose a tag to compare

@r-brown r-brown released this 03 Apr 16:49

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

Gradle:

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

Labs64 NetLicensing Java Client v2.3.0

Choose a tag to compare

@kkorotkov kkorotkov released this 18 Dec 07:41
[maven-release-plugin] copy for tag 2.3.0