org.vlacs/hatch

Hatch, how we get things in and out of the hold (Datomic).

Leiningen/Boot

[org.vlacs/hatch "0.2.0"]

Clojure CLI/deps.edn

org.vlacs/hatch {:mvn/version "0.2.0"}

Gradle

implementation("org.vlacs:hatch:0.2.0")

Maven

<dependency>
  <groupId>org.vlacs</groupId>
  <artifactId>hatch</artifactId>
  <version>0.2.0</version>
</dependency>