u

uuid

A Kotlin multiplatform implementation of a v4 RFC4122 UUID
https://github.com/benasher44/uuid/
MIT License
Ben Asher
Files download
File Operation
uuid-0.3.1.jar download
uuid-0.3.1.pom download
uuid-0.3.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.benasher44</groupId>
  <artifactId>uuid</artifactId>
  <version>0.3.1</version>
</dependency>
Gradle Groovy
implementation 'com.benasher44:uuid:0.3.1'
Gradle Kotlin
implementation("com.benasher44:uuid:0.3.1")
Scala SBT
libraryDependencies += "com.benasher44" % "uuid" % "0.3.1"
Groovy Grape
@Grapes(
  @Grab(group='com.benasher44', module='uuid', version='0.3.1')
)
Apache Ivy
<dependency org="com.benasher44" name="uuid" rev="0.3.1" />
Leiningen
[com.benasher44/uuid "0.3.1"]
Apache Buildr
'com.benasher44:uuid:jar:0.3.1'
Dependencies
The project has no third-party dependencies