u

uuid-metadata

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