cconf

Easy configuration for Clojure apps

Leiningen/Boot

[cconf "0.3.0"]

Clojure CLI/deps.edn

cconf/cconf {:mvn/version "0.3.0"}

Gradle

implementation("cconf:cconf:0.3.0")

Maven

<dependency>
  <groupId>cconf</groupId>
  <artifactId>cconf</artifactId>
  <version>0.3.0</version>
</dependency>