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

com.benasher44:uuid 0.2.2

A Kotlin multiplatform implementation of a v4 RFC4122 UUID

Группа

Группа

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

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

uuid
Версия

Версия

0.2.2
Тип

Тип

pom

Скачать uuid 0.2.2

Имя Файла Размер
uuid-0.2.2.pom
uuid-0.2.2-sources.jar 261 bytes
uuid-0.2.2-javadoc.jar 34 KB
Обзор

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