flatcfg

Simple, flat config library

Leiningen/Boot

[flatcfg "0.1.1"]

Clojure CLI/deps.edn

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

Gradle

implementation("flatcfg:flatcfg:0.1.1")

Maven

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