org.clojars.jackmorrill/dotenv

dotenv: Load environment variables from .env file into the JVM System Properties

Leiningen/Boot

[org.clojars.jackmorrill/dotenv "0.1.0"]

Clojure CLI/deps.edn

org.clojars.jackmorrill/dotenv {:mvn/version "0.1.0"}

Gradle

implementation("org.clojars.jackmorrill:dotenv:0.1.0")

Maven

<dependency>
  <groupId>org.clojars.jackmorrill</groupId>
  <artifactId>dotenv</artifactId>
  <version>0.1.0</version>
</dependency>

Note: this artifact is a non-canonical fork. See the wiki for more details.