u

uuid-watchosx86

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