Registry / utility / java-uuid-generator

java-uuid-generator

JSON →
library5.2.0javamavenunverified

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>
INSTALL
IMPORT
SIG · JAVA-UUID-GENERATO
J
java-uuid-generator
utilityjavav5.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Generators
com.fasterxml.uuid.Generators

Generates a time-based UUID (v1) using the default generator.

import com.fasterxml.uuid.Generators; import java.util.UUID; public class Main { public static void main(String[] args) { UUID uuid = Generators.timeBasedGenerator().generate(); System.out.println(uuid); } }
Debug
Known issues
breakingVersion 5.2.0 changed the default UUID generation behavior; ensure compatibility with existing code.
fix
Review migration notes and update generator usage if needed.
affects: >=5.2.0
Upgrade
Version history
5.2.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
java-uuid-generator — mvn dependency:get java-uuid-generator · libregistry