License Lib
Allow developers to control where and how their applications are able to run.
This library contains functions to generate and validate licenses using public key cryptography.
Releases
3.0.0
- Licenses now stored in system-repo
Compatibility:
- 7.0.0
2.0.0
- Upgraded to XP7
Compatibility:
- 7.0.0
1.0.1
- Fixed a bug with validation of uploaded license
Compatibility:
- 6.14.0
1.0.0
- Initial release
Compatibility:
- 6.14.0
Download License Lib
This version requires XP
An XP library is normally included in your application through the Gradle build script like this:
dependencies {
include 'com.enonic.lib:lib-license:3.0.0'
}