DOC

nl.open : java-jwt-nodependencies

Maven & Gradle

Nov 05, 2017

java-jwt-nodependencies · This is a drop in replacement for the auth0 java-jwt library (see https://github.com/auth0/java-jwt). This jar makes sure there are no external dependencies (e.g. fasterXml, Apacha Commons) needed. This is useful when deploying to an application server (e.g. tomcat with Alfreso or Pega).

Table Of Contents

Latest Version

Download nl.open : java-jwt-nodependencies Javadoc & API Documentation - Latest Versions:

All Versions

Download nl.open : java-jwt-nodependencies Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
3.2.x

How to open Javadoc JAR file in web browser

  1. Rename the file java-jwt-nodependencies-3.2.0-javadoc.jar to java-jwt-nodependencies-3.2.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder java-jwt-nodependencies-3.2.0-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 "java-jwt-nodependencies-3.2.0-sources.jar" -d "java-jwt-nodependencies-3.2.0-javadoc" -subpackages 

Advertisement