com.lambdaisland/dotenv

Leiningen/Boot

[com.lambdaisland/dotenv "0.2.5"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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