Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/labs64/netlicensingclient-java
Java wrapper for Labs64 NetLicensing RESTful API
https://github.com/labs64/netlicensingclient-java
api client floating hacktoberfest java java-wrapper laas labs64 license-management licensing licensing-as-a-service licensing-library netlicensing pay-per-use rest restful software-activation software-licensing subscription
Last synced: 2 days ago
JSON representation
Java wrapper for Labs64 NetLicensing RESTful API
- Host: GitHub
- URL: https://github.com/labs64/netlicensingclient-java
- Owner: Labs64
- License: apache-2.0
- Created: 2014-06-10T05:24:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-07-16T07:40:09.000Z (4 months ago)
- Last Synced: 2024-07-16T17:16:20.953Z (4 months ago)
- Topics: api, client, floating, hacktoberfest, java, java-wrapper, laas, labs64, license-management, licensing, licensing-as-a-service, licensing-library, netlicensing, pay-per-use, rest, restful, software-activation, software-licensing, subscription
- Language: Java
- Homepage: https://netlicensing.io
- Size: 896 KB
- Stars: 8
- Watchers: 8
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# [Labs64 NetLicensing](https://netlicensing.io) Client (Java)
[![NetLicensing Client - CI](https://github.com/Labs64/NetLicensingClient-java/actions/workflows/netlicesning-client-ci.yml/badge.svg)](https://github.com/Labs64/NetLicensingClient-java/actions/workflows/netlicesning-client-ci.yml)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.labs64.netlicensing/netlicensing-client/badge.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/com.labs64.netlicensing/netlicensing-client)
[![Apache License 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/Labs64/NetLicensingClient-java/blob/master/LICENSE)
[![📖 Documentation](https://img.shields.io/badge/📖%20Documentation-Wiki-AB6543.svg)](https://netlicensing.io/wiki/restful-api)
[![NetLicensing @ LinkedIn](https://img.shields.io/badge/NetLicensing-0077B5.svg?logo=LinkedIn)](https://www.linkedin.com/showcase/netlicensing)Java wrapper for Labs64 NetLicensing [RESTful API](https://netlicensing.io/wiki/restful-api)
Visit Labs64 NetLicensing at https://netlicensing.io
## Quick Start
The recommended way to get started using [`netlicensing-client`](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.labs64.netlicensing%22) in your project is with a dependency management system – the snippets below can be copied and pasted into your build configuration.
Maven:
```xml
com.labs64.netlicensing
netlicensing-client
X.Y.Z
```
Gradle:
```gradle
dependencies {
compile 'com.labs64.netlicensing:netlicensing-client:X.Y.Z'
}
```OSGi:
```
Require-Bundle: com.labs64.netlicensing.client;bundle-version="X.Y.Z"
```