cc.artifice/granary

Backend support such as database connectivity for Sisyphus, Retrospect, Chivalry, and other projects that use the same data.

Leiningen/Boot

[cc.artifice/granary "1.0.0"]

Clojure CLI/deps.edn

cc.artifice/granary {:mvn/version "1.0.0"}

Gradle

implementation("cc.artifice:granary:1.0.0")

Maven

<dependency>
  <groupId>cc.artifice</groupId>
  <artifactId>granary</artifactId>
  <version>1.0.0</version>
</dependency>