u

uuid-watchosx86

A Kotlin multiplatform implementation of a v4 RFC4122 UUID
https://github.com/benasher44/uuid/
MIT License
Ben Asher
文件下载
文件名 操作
uuid-watchosx86-0.2.3.pom 下载
uuid-watchosx86-0.2.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.benasher44</groupId>
  <artifactId>uuid-watchosx86</artifactId>
  <version>0.2.3</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'com.benasher44:uuid-watchosx86:0.2.3'
Gradle Kotlin
implementation("com.benasher44:uuid-watchosx86:0.2.3")
Scala SBT
libraryDependencies += "com.benasher44" % "uuid-watchosx86" % "0.2.3"
Groovy Grape
@Grapes(
  @Grab(group='com.benasher44', module='uuid-watchosx86', version='0.2.3')
)
Apache Ivy
<dependency org="com.benasher44" name="uuid-watchosx86" rev="0.2.3" />
Leiningen
[com.benasher44/uuid-watchosx86 "0.2.3"]
Apache Buildr
'com.benasher44:uuid-watchosx86:jar:0.2.3'