DOC

com.fasterxml.uuid : java-uuid-generator

Maven & Gradle

May 14, 2023
254 usages
630 stars

Java UUID Generator · Java UUID Generator (JUG) is a Java library for generating Universally Unique IDentifiers, UUIDs (see http://en.wikipedia.org/wiki/UUID). It can be used either as a component in a bigger application, or as a standalone command line tool. JUG generates UUIDs according to the IETF UUID draft specification. JUG supports all 3 official UUID generation methods.

Table Of Contents

Latest Version

Download com.fasterxml.uuid : java-uuid-generator Javadoc & API Documentation - Latest Versions:

All Versions

Download com.fasterxml.uuid : java-uuid-generator Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
4.2.x
4.1.x
4.0.x
4.0
3.3.x
3.2.x
3.1.x
3.0.x

How to open Javadoc JAR file in web browser

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

Advertisement