u

uuid

An implementation of the UUIDs and GUIDs specification in Java. UUIDs are 128 bit long identifiers that are guaranteed to be unique.
http://stephenc.github.com/eaio-uuid
MIT License
Stephen Connolly Johann Burkard
文件下载
文件名 操作
uuid-3.4.0.jar 下载
uuid-3.4.0.pom 下载
uuid-3.4.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.stephenc.eaio-uuid</groupId>
  <artifactId>uuid</artifactId>
  <version>3.4.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.stephenc.eaio-uuid:uuid:3.4.0'
Gradle Kotlin
implementation("com.github.stephenc.eaio-uuid:uuid:3.4.0")
Scala SBT
libraryDependencies += "com.github.stephenc.eaio-uuid" % "uuid" % "3.4.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.stephenc.eaio-uuid', module='uuid', version='3.4.0')
)
Apache Ivy
<dependency org="com.github.stephenc.eaio-uuid" name="uuid" rev="3.4.0" />
Leiningen
[com.github.stephenc.eaio-uuid/uuid "3.4.0"]
Apache Buildr
'com.github.stephenc.eaio-uuid:uuid:jar:3.4.0'