org.clojars.danlentz/clj-uuid

A Clojure library for generation and utilization of UUIDs (Universally Unique Identifiers) as described by RFC-4122. The essential nature of the service it provides is that of an enormous _namespace_ and a deterministic mathematical model by means of which it may be precisely and efficiently navigated.

Leiningen/Boot

[org.clojars.danlentz/clj-uuid "0.0.0-SNAPSHOT"]

Clojure CLI/deps.edn

org.clojars.danlentz/clj-uuid {:mvn/version "0.0.0-SNAPSHOT"}

Gradle

implementation("org.clojars.danlentz:clj-uuid:0.0.0-SNAPSHOT")

Maven

<dependency>
  <groupId>org.clojars.danlentz</groupId>
  <artifactId>clj-uuid</artifactId>
  <version>0.0.0-SNAPSHOT</version>
</dependency>

Note: this artifact is a non-canonical fork. See the wiki for more details.