radsmith/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.

  • VCSN/A

  • cljdoc documentationcljdoc
  • 8 Downloads
  • 8 This Version

Leiningen/Boot

[radsmith/clj-uuid "0.1.7-SNAPSHOT"]

Clojure CLI/deps.edn

radsmith/clj-uuid {:mvn/version "0.1.7-SNAPSHOT"}

Gradle

implementation("radsmith:clj-uuid:0.1.7-SNAPSHOT")

Maven

<dependency>
  <groupId>radsmith</groupId>
  <artifactId>clj-uuid</artifactId>
  <version>0.1.7-SNAPSHOT</version>
</dependency>