is not current version
Last Version 0.4.1

com.benasher44:uuid 0.0.5

A Kotlin multiplatform implementation of a v4 RFC4122 UUID

GroupId

GroupId

com.benasher44
ArtifactId

ArtifactId

uuid
Version

Version

0.0.5
Type

Type

pom

Download uuid 0.0.5


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