org.vlacs/hatch

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

Leiningen/Boot

[org.vlacs/hatch "0.1.2"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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