cconf

Easy configuration for Clojure apps

Leiningen/Boot

[cconf "1.2.0"]

Clojure CLI/deps.edn

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

Gradle

implementation("cconf:cconf:1.2.0")

Maven

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