is not current version
Last Version 2.2.4

io.github.cdimascio:dotenv-java 1.0.1

Environment based config for the JVM

Categories

Categories

Java Languages dotenv Application Layer Libs Configuration
GroupId

GroupId

io.github.cdimascio
ArtifactId

ArtifactId

dotenv-java
Version

Version

1.0.1
Type

Type

jar

Download dotenv-java 1.0.1


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