f4b6a3 / uuid-creator

UUID Creator is a Java library for generating Universally Unique Identifiers.
MIT License
430 stars 44 forks source link

Add an alternative to the JDK's built-in UUID #78

Closed fabiolimace closed 1 year ago

fabiolimace commented 1 year ago

Objectives:

GUID guid = GUID.v1();
GUID guid = GUID.v4();

(...)

fabiolimace commented 1 year ago

Released v5.3.0 🎉