Java UUID Generator (JUG) is a Java library for generating Universally Unique IDentifiers (UUIDs) according to IETF specifications, supporting versions 1-7.
<dependency>
<groupId>com.fasterxml.uuid</groupId>
<artifactId>java-uuid-generator</artifactId>
<version>5.2.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Generates a time-based UUID (v1) using the default generator.
Review migration notes and update generator usage if needed.
No dependency data recorded yet.