MVN

net.truelicense : truelicense

Maven & Gradle

Mar 01, 2018
281 stars

TrueLicense · TrueLicense is a commercial open source engine for license management on the Java Virtual Machine. Due to its functional and modular design TrueLicense scales from simple to complex licensing schemas. TrueLicense features various interfaces for managing free trial periods, subscriptions, multiple editions, internationalization, privacy protection and more.

<dependency>
    <groupId>net.truelicense</groupId>
    <artifactId>truelicense</artifactId>
    <version>3.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.truelicense : truelicense to add to Maven - Latest Versions:

  • Latest Stable: 3.2.0

All Versions

Choose a version of net.truelicense : truelicense to add to Maven - All Versions:

Version Vulnerabilities Updated
3.2.x
truelicense-3.2.0
3.1.x
truelicense-3.1.0
3.0.x
truelicense-3.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.truelicense</groupId>
    <artifactId>truelicense</artifactId>
    <version>3.2.0</version>
</dependency>

Advertisement