MVN

global.namespace.truelicense : truelicense

Maven & Gradle

Feb 09, 2020
281 stars

TrueLicense · TrueLicense is an 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>global.namespace.truelicense</groupId>
    <artifactId>truelicense</artifactId>
    <version>4.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.0.3
  • Latest Release Candidate: 4.0.0-RC3

All Versions

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

Version Vulnerabilities Updated
4.0.x
truelicense-4.0.3
truelicense-4.0.1
truelicense-4.0.0
truelicense-4.0.0-RC3
truelicense-4.0.0-RC2
truelicense-4.0.0-RC1
truelicense-4.0.0-M5
truelicense-4.0.0-M4
truelicense-4.0.0-M3
truelicense-4.0.0-M2
truelicense-4.0.0-M1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>global.namespace.truelicense</groupId>
    <artifactId>truelicense</artifactId>
    <version>4.0.3</version>
</dependency>

Advertisement