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.
License | EPL 1.0 |
---|---|
Categories | UUID Generators |
Tags | clojureuuidgenerator |
HomePage | http://github.com/danlentz/clj-uuid/ |
Date | Mar 17, 2015 |
Files | pom (3 KB) jar (32 KB) View All |
Repositories | Clojars |
Ranking | #6680 in MvnRepository (See Top Artifacts) #4 in UUID Generators |
Used By | 56 artifacts |
Note: this artifact is located at Clojars repository (https://clojars.org/repo/)
Compile Dependencies (2)
Category/License | Group / Artifact | Version | Updates | |
---|---|---|---|---|
JVM Languages EPL 1.0 | org.clojure » clojure | 1.6.0 | 1.11.1 | |
MIT | primitive-math » primitive-math | 0.1.4 | 0.1.6 |
Test Dependencies (2)
Category/License | Group / Artifact | Version | Updates | |
---|---|---|---|---|
EPL 1.0 | clojure-complete » clojure-complete | 0.2.3 | 0.2.5 | |
REPL EPL 1.0 | org.clojure » tools.nrepl | 0.2.6 | 0.2.13 |
Licenses
License | URL |
---|---|
Eclipse Public License | http://www.eclipse.org/legal/epl-v10.html |