re-conf

Machine configuration and spec recipes

Leiningen/Boot

[re-conf "0.1.12"]

Clojure CLI/deps.edn

re-conf/re-conf {:mvn/version "0.1.12"}

Gradle

implementation("re-conf:re-conf:0.1.12")

Maven

<dependency>
  <groupId>re-conf</groupId>
  <artifactId>re-conf</artifactId>
  <version>0.1.12</version>
</dependency>