License |
License
TrueLicense Commercial License
|
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.truelicense |
ArtifactId | ArtifactIdtruelicense |
Last Version | Last Version3.2.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionTrueLicense
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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
truelicense-3.2.0.pom | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.truelicense/truelicense/ -->
<dependency>
<groupId>net.truelicense</groupId>
<artifactId>truelicense</artifactId>
<version>3.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.truelicense/truelicense/
implementation 'net.truelicense:truelicense:3.2.0'
// https://jarcasting.com/artifacts/net.truelicense/truelicense/
implementation ("net.truelicense:truelicense:3.2.0")
'net.truelicense:truelicense:pom:3.2.0'
<dependency org="net.truelicense" name="truelicense" rev="3.2.0">
<artifact name="truelicense" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.truelicense', module='truelicense', version='3.2.0')
)
libraryDependencies += "net.truelicense" % "truelicense" % "3.2.0"
[net.truelicense/truelicense "3.2.0"]