u

uuid-creator

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