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)
Version5.2.0compared with
Version Details
| 5.1.1 | 5.2.0 | |
|---|---|---|
| Release date | Sep 27, 2025 | Dec 06, 2025 |
| Licenses | Apache 2.0 | Apache 2.0 |
| Vulnerabilities | None | None |
Test Changes (4)
| 5.1.1 | 5.2.0 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| + Added | org.hamcrest » hamcrest | - | 2.2 |
| + Added | org.junit.jupiter » junit-jupiter | - | 5.11.4 |
| + Added | org.junit.jupiter » junit-jupiter-params | - | 5.11.4 |
| - Removed | junit » junit | 4.13.2 | - |