flatcfg

Simple, flat config library

Leiningen/Boot

[flatcfg "0.1.0"]

Clojure CLI/deps.edn

flatcfg/flatcfg {:mvn/version "0.1.0"}

Gradle

implementation("flatcfg:flatcfg:0.1.0")

Maven

<dependency>
  <groupId>flatcfg</groupId>
  <artifactId>flatcfg</artifactId>
  <version>0.1.0</version>
</dependency>