io.github.drbuchkov/registry

A dead simple library for Clojure that provides a global registry for associating keys with values, with support for sub-registries.

Leiningen/Boot

[io.github.drbuchkov/registry "0.0.5"]

Clojure CLI/deps.edn

io.github.drbuchkov/registry {:mvn/version "0.0.5"}

Gradle

implementation("io.github.drbuchkov:registry:0.0.5")

Maven

<dependency>
  <groupId>io.github.drbuchkov</groupId>
  <artifactId>registry</artifactId>
  <version>0.0.5</version>
</dependency>