danlentz/clj-uuid

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

Leiningen/Boot

[danlentz/clj-uuid "0.2.0"]

Clojure CLI/deps.edn

danlentz/clj-uuid {:mvn/version "0.2.0"}

Gradle

implementation("danlentz:clj-uuid:0.2.0")

Maven

<dependency>
  <groupId>danlentz</groupId>
  <artifactId>clj-uuid</artifactId>
  <version>0.2.0</version>
</dependency>