Ergonomic UUIDs for Java, with first-class RFC 9562 support.
<dependency>
<groupId>io.github.nutshellengineering</groupId>
<artifactId>uuid</artifactId>
<version>x.y.x</version>
</dependency>Add uuid to your build.gradle file.
dependencies {
testImplementation 'io.github.nutshellengineering:uuid:x.y.x'
}dependencies {
testImplementation("io.github.nutshellengineering:uuid:x.y.x")
}See uuid documentation.
mvn verifyPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.