u

uuid-creator

A Java library to generate RFC-4122 Universally Unique Identifiers (UUID).
https://github.com/f4b6a3/uuid-creator
MIT License
Fabio Lima
Files download
File Operation
uuid-creator-5.3.7.jar download
uuid-creator-5.3.7.pom download
uuid-creator-5.3.7-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.f4b6a3</groupId>
  <artifactId>uuid-creator</artifactId>
  <version>5.3.7</version>
</dependency>
Gradle Groovy
implementation 'com.github.f4b6a3:uuid-creator:5.3.7'
Gradle Kotlin
implementation("com.github.f4b6a3:uuid-creator:5.3.7")
Scala SBT
libraryDependencies += "com.github.f4b6a3" % "uuid-creator" % "5.3.7"
Groovy Grape
@Grapes(
  @Grab(group='com.github.f4b6a3', module='uuid-creator', version='5.3.7')
)
Apache Ivy
<dependency org="com.github.f4b6a3" name="uuid-creator" rev="5.3.7" />
Leiningen
[com.github.f4b6a3/uuid-creator "5.3.7"]
Apache Buildr
'com.github.f4b6a3:uuid-creator:jar:5.3.7'
Dependencies