DOC

com.graphqlio : pure-uuid-java

Maven & Gradle

Oct 12, 2020
0 stars

pure uuid · This is a pure Java library for the generation of DCE 1.1, ISO/IEC 11578:1996 and IETF RFC-4122 compliant Universally Unique Identifier (UUID). It supports DCE 1.1 variant UUIDs of version 1 (time and node based), version 3 (name based, MD5), version 4 (random number based) and version 5 (name based, SHA-1). The library is part of the graphqlio ecosystem.

Table Of Contents

Latest Version

Download com.graphqlio : pure-uuid-java Javadoc & API Documentation - Latest Versions:

All Versions

Download com.graphqlio : pure-uuid-java Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.0.x

How to open Javadoc JAR file in web browser

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