не последняя версия
Последняя версия 4.6.1

com.github.f4b6a3:uuid-creator 2.2.0

A Java library for generating and handling RFC-4122 UUIDs.

Группа

Группа

com.github.f4b6a3
Идентификатор

Идентификатор

uuid-creator
Версия

Версия

2.2.0
Тип

Тип

jar

Скачать uuid-creator 2.2.0


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