org.msync/properties-clj

A simple wrapper for properties files with useful hierarchical keys based property-maps

Leiningen/Boot

[org.msync/properties-clj "0.3.2-SNAPSHOT"]

Clojure CLI/deps.edn

org.msync/properties-clj {:mvn/version "0.3.2-SNAPSHOT"}

Gradle

implementation("org.msync:properties-clj:0.3.2-SNAPSHOT")

Maven

<dependency>
  <groupId>org.msync</groupId>
  <artifactId>properties-clj</artifactId>
  <version>0.3.2-SNAPSHOT</version>
</dependency>