u

uuid

An implementation of the UUIDs and GUIDs specification in Java. UUIDs are 128 bit long identifiers that are guaranteed to be unique.
http://johannburkard.de/software/uuid/
MIT License
Johann Burkard
Johann Burkard
Files download
File Operation
uuid-3.2.jar download
uuid-3.2.pom download
uuid-3.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.eaio.uuid</groupId>
  <artifactId>uuid</artifactId>
  <version>3.2</version>
</dependency>
Gradle Groovy
implementation 'com.eaio.uuid:uuid:3.2'
Gradle Kotlin
implementation("com.eaio.uuid:uuid:3.2")
Scala SBT
libraryDependencies += "com.eaio.uuid" % "uuid" % "3.2"
Groovy Grape
@Grapes(
  @Grab(group='com.eaio.uuid', module='uuid', version='3.2')
)
Apache Ivy
<dependency org="com.eaio.uuid" name="uuid" rev="3.2" />
Leiningen
[com.eaio.uuid/uuid "3.2"]
Apache Buildr
'com.eaio.uuid:uuid:jar:3.2'
Dependencies