← 返回首页
GitHub - Labs64/NetLicensingClient-java: Java wrapper for Labs64 NetLicensing RESTful API · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

Labs64/NetLicensingClient-java

 master
Go to file
Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

522 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
View all files

Repository files navigation

More items

Labs64 NetLicensing Client (Java)

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 snippets below can be copied and pasted into your build configuration.

Maven:

<dependencies> <dependency> <groupId>com.labs64.netlicensing</groupId> <artifactId>netlicensing-client</artifactId> <version>X.Y.Z</version> </dependency> </dependencies>

Gradle:

dependencies { compile 'com.labs64.netlicensing:netlicensing-client:X.Y.Z' }

OSGi:

Require-Bundle: com.labs64.netlicensing.client;bundle-version="X.Y.Z"

Footer

© 2026 GitHub, Inc.