Skip to content

NutshellEngineering/uuid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Owner avatar uuid

Static Badge Apache License 2.0

Ergonomic UUIDs for Java, with first-class RFC 9562 support.

Getting Started

With Maven

<dependency>
    <groupId>io.github.nutshellengineering</groupId>
    <artifactId>uuid</artifactId>
    <version>x.y.x</version>
</dependency>

With Gradle

Add uuid to your build.gradle file.

Using Groovy DSL

dependencies {
    testImplementation 'io.github.nutshellengineering:uuid:x.y.x'
}

Using Kotlin DSL

dependencies {
    testImplementation("io.github.nutshellengineering:uuid:x.y.x")
}

Further Documentation

See uuid documentation.

Developing

Build Instructions

mvn verify

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

Ergonomic UUIDs for Java, with first-class RFC 9562 support.

Topics

Resources

License

Stars

Watchers

Forks

Languages