Files download
File Operation
dotenv-java-2.2.3.jar download
dotenv-java-2.2.3.pom download
dotenv-java-2.2.3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.cdimascio</groupId>
  <artifactId>dotenv-java</artifactId>
  <version>2.2.3</version>
</dependency>
Gradle Groovy
implementation 'io.github.cdimascio:dotenv-java:2.2.3'
Gradle Kotlin
implementation("io.github.cdimascio:dotenv-java:2.2.3")
Scala SBT
libraryDependencies += "io.github.cdimascio" % "dotenv-java" % "2.2.3"
Groovy Grape
@Grapes(
  @Grab(group='io.github.cdimascio', module='dotenv-java', version='2.2.3')
)
Apache Ivy
<dependency org="io.github.cdimascio" name="dotenv-java" rev="2.2.3" />
Leiningen
[io.github.cdimascio/dotenv-java "2.2.3"]
Apache Buildr
'io.github.cdimascio:dotenv-java:jar:2.2.3'
Dependencies