Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

Innovative License Management Solution

# [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"
```