DOC

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.

Table Of Contents

Latest Version

Download global.namespace.truelicense : truelicense Javadoc & API Documentation - Latest Versions:

How to open Javadoc JAR file in web browser

  1. Rename the file truelicense-4.0.3-javadoc.jar to truelicense-4.0.3-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder truelicense-4.0.3-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "truelicense-4.0.3-sources.jar" -d "truelicense-4.0.3-javadoc" -subpackages 

Advertisement