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 3 original official UUID generation methods as well as later additions (v6, v7)
Version4.0compared with

Version Details

Compile Changes (1)

3.3.0 4.0
ChangeGroup / ArtifactPreviousCurrent
+ Added org.slf4j » slf4j-api-1.7.29

Provided Changes (1)

3.3.0 4.0
ChangeGroup / ArtifactPreviousCurrent
- Removed log4j » log4j1.2.17-

Runtime Changes (1)

3.3.0 4.0
ChangeGroup / ArtifactPreviousCurrent
+ Added org.slf4j » slf4j-simple-1.7.29