f

fast-uuid

A Java library for quickly and efficiently parsing and writing UUIDs
https://github.com/jchambers/fast-uuid
The MIT License (MIT)
Jon Chambers
Files download
File Operation
fast-uuid-0.2.0.jar download
fast-uuid-0.2.0.pom download
fast-uuid-0.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.eatthepath</groupId>
  <artifactId>fast-uuid</artifactId>
  <version>0.2.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.eatthepath:fast-uuid:0.2.0'
Gradle Kotlin
implementation("com.eatthepath:fast-uuid:0.2.0")
Scala SBT
libraryDependencies += "com.eatthepath" % "fast-uuid" % "0.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.eatthepath', module='fast-uuid', version='0.2.0')
)
Apache Ivy
<dependency org="com.eatthepath" name="fast-uuid" rev="0.2.0" />
Leiningen
[com.eatthepath/fast-uuid "0.2.0"]
Apache Buildr
'com.eatthepath:fast-uuid:jar:0.2.0'