danlentz/clj-uuid

A Clojure library for generation and utilization of UUIDs (Universally Unique Identifiers) as described by RFC-4122. This library extends the standard Java UUID class to provide true v1 (time based) and v3/v5 (namespace based) identifier generation. Additionally, a number of useful supporting utilities are provided to support serialization and manipulation of these UUIDs in a simple, efficient manner.

Leiningen/Boot

[danlentz/clj-uuid "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

danlentz/clj-uuid {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("danlentz:clj-uuid:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>danlentz</groupId>
  <artifactId>clj-uuid</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>