LICENSE4J
Home rarr Documents rarr Licensing Library rarr Getting Licensing Library

Getting Licensing Library

The Licensing Library is available for distribution via Maven Central. To incorporate it into your project, please use either Maven or Gradle for the integration process. license4j @ maven central

Maven:
<dependency>
    <groupId>com.license4j</groupId>
    <artifactId>licensing-library</artifactId>
    <version>5.0.1</version>
</dependency>
Gradle:
implementation group: 'com.license4j', name: 'licensing-library', version: '5.0.1'


Home rarr Documents rarr License Library rarr Getting Licensing Library