is not current version
Last Version 4.6.1

com.github.f4b6a3:uuid-creator 1.2.8

UUID Creator is a Java library for generating sequential, time-based, name-based and random universally unique identifiers and more.

GroupId

GroupId

com.github.f4b6a3
ArtifactId

ArtifactId

uuid-creator
Version

Version

1.2.8
Type

Type

jar

Download uuid-creator 1.2.8


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