re-conf

Machine configuration and spec recipes

Leiningen/Boot

[re-conf "0.2.0"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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