umgebung

Create an application configuration and read properties from the system and the environment.

Leiningen/Boot

[umgebung "1.0.2"]

Clojure CLI/deps.edn

umgebung/umgebung {:mvn/version "1.0.2"}

Gradle

implementation("umgebung:umgebung:1.0.2")

Maven

<dependency>
  <groupId>umgebung</groupId>
  <artifactId>umgebung</artifactId>
  <version>1.0.2</version>
</dependency>