is not current version
Last Version 5.2.2

io.github.cdimascio:java-dotenv 5.1.0

Environment based config for the JVM

Categories

Categories

Java Languages dotenv Application Layer Libs Configuration
GroupId

GroupId

io.github.cdimascio
ArtifactId

ArtifactId

java-dotenv
Version

Version

5.1.0
Type

Type

jar

Download java-dotenv 5.1.0


<!-- https://jarcasting.com/artifacts/io.github.cdimascio/java-dotenv/ -->
<dependency>
    <groupId>io.github.cdimascio</groupId>
    <artifactId>java-dotenv</artifactId>
    <version>5.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.cdimascio/java-dotenv/
implementation 'io.github.cdimascio:java-dotenv:5.1.0'
// https://jarcasting.com/artifacts/io.github.cdimascio/java-dotenv/
implementation ("io.github.cdimascio:java-dotenv:5.1.0")
'io.github.cdimascio:java-dotenv:jar:5.1.0'
<dependency org="io.github.cdimascio" name="java-dotenv" rev="5.1.0">
  <artifact name="java-dotenv" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.cdimascio', module='java-dotenv', version='5.1.0')
)
libraryDependencies += "io.github.cdimascio" % "java-dotenv" % "5.1.0"
[io.github.cdimascio/java-dotenv "5.1.0"]