whodidthis/cljs-uuid

ClojureScript micro-library with an implementation of a type 4, random UUID generator compatible with RFC-4122 and cljs.core/UUID (make-random-uuid), a uuid-string conformance validating predicate (valid-uuid?), and a UUID factory from uuid-string with conformance validation (make-uuid-from).

Leiningen/Boot

[whodidthis/cljs-uuid "0.1.1"]

Clojure CLI/deps.edn

whodidthis/cljs-uuid {:mvn/version "0.1.1"}

Gradle

implementation("whodidthis:cljs-uuid:0.1.1")

Maven

<dependency>
  <groupId>whodidthis</groupId>
  <artifactId>cljs-uuid</artifactId>
  <version>0.1.1</version>
</dependency>