cconf

Easy configuration for Clojure apps

Leiningen/Boot

[cconf "1.0.0"]

Clojure CLI/deps.edn

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

Gradle

implementation("cconf:cconf:1.0.0")

Maven

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