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-4.6.1.jar download
uuid-creator-4.6.1.pom download
uuid-creator-4.6.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.f4b6a3</groupId>
  <artifactId>uuid-creator</artifactId>
  <version>4.6.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.f4b6a3:uuid-creator:4.6.1'
Gradle Kotlin
implementation("com.github.f4b6a3:uuid-creator:4.6.1")
Scala SBT
libraryDependencies += "com.github.f4b6a3" % "uuid-creator" % "4.6.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.f4b6a3', module='uuid-creator', version='4.6.1')
)
Apache Ivy
<dependency org="com.github.f4b6a3" name="uuid-creator" rev="4.6.1" />
Leiningen
[com.github.f4b6a3/uuid-creator "4.6.1"]
Apache Buildr
'com.github.f4b6a3:uuid-creator:jar:4.6.1'
Dependencies