com.lambdaisland/dotenv

Leiningen/Boot

[com.lambdaisland/dotenv "0.1.1"]

Clojure CLI/deps.edn

com.lambdaisland/dotenv {:mvn/version "0.1.1"}

Gradle

implementation("com.lambdaisland:dotenv:0.1.1")

Maven

<dependency>
  <groupId>com.lambdaisland</groupId>
  <artifactId>dotenv</artifactId>
  <version>0.1.1</version>
</dependency>