com.eaio.uuid/uuid

An implementation of the UUIDs and GUIDs specification in Java. UUIDs are 128 bit long identifiers that are guaranteed to be unique.

  • VCSN/A

  • cljdoc documentationcljdoc
  • 25,138 Downloads
  • 25,138 This Version
This artifact may shadow a release on Maven Central. You should search there for a canonical release.

Leiningen/Boot

[com.eaio.uuid/uuid "3.2"]

Clojure CLI/deps.edn

com.eaio.uuid/uuid {:mvn/version "3.2"}

Gradle

implementation("com.eaio.uuid:uuid:3.2")

Maven

<dependency>
  <groupId>com.eaio.uuid</groupId>
  <artifactId>uuid</artifactId>
  <version>3.2</version>
</dependency>