re-conf

Machine configuration and spec recipes

Leiningen/Boot

[re-conf "0.2.3"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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