is not current version
Last Version 3.4.2

com.github.stephenc.eaio-uuid:uuid 3.2.0

An implementation of the UUIDs and GUIDs specification in Java. UUIDs are 128 bit long identifiers that are guaranteed to be unique.

GroupId

GroupId

com.github.stephenc.eaio-uuid
ArtifactId

ArtifactId

uuid
Version

Version

3.2.0
Type

Type

jar

Download uuid 3.2.0


<!-- https://jarcasting.com/artifacts/com.github.stephenc.eaio-uuid/uuid/ -->
<dependency>
    <groupId>com.github.stephenc.eaio-uuid</groupId>
    <artifactId>uuid</artifactId>
    <version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stephenc.eaio-uuid/uuid/
implementation 'com.github.stephenc.eaio-uuid:uuid:3.2.0'
// https://jarcasting.com/artifacts/com.github.stephenc.eaio-uuid/uuid/
implementation ("com.github.stephenc.eaio-uuid:uuid:3.2.0")
'com.github.stephenc.eaio-uuid:uuid:jar:3.2.0'
<dependency org="com.github.stephenc.eaio-uuid" name="uuid" rev="3.2.0">
  <artifact name="uuid" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stephenc.eaio-uuid', module='uuid', version='3.2.0')
)
libraryDependencies += "com.github.stephenc.eaio-uuid" % "uuid" % "3.2.0"
[com.github.stephenc.eaio-uuid/uuid "3.2.0"]