io.github.drbuchkov/registry

FIXME: my new library.

Leiningen/Boot

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

Clojure CLI/deps.edn

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

Gradle

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

Maven

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