Skip to content

pombreda/NetLicensingClient-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

202 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Labs64 NetLicensing Client (Java)

Stories in Ready Build Status Dependency Status Maven Central

Java wrapper for Labs64 NetLicensing RESTful API - http://l64.cc/nl10

Visit Labs64 NetLicensing at http://www.labs64.com/netlicensing/

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

Gradle:

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

About

Java wrapper for Labs64 NetLicensing RESTful API

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 100.0%