is not current version
Last Version 0.4.1

com.benasher44:uuid 0.2.2

A Kotlin multiplatform implementation of a v4 RFC4122 UUID

GroupId

GroupId

com.benasher44
ArtifactId

ArtifactId

uuid
Version

Version

0.2.2
Type

Type

pom

Download uuid 0.2.2


<!-- 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"]