is not current version
Last Version 5.2.2

io.github.cdimascio:java-dotenv 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

java-dotenv
Version

Version

1.0.1
Type

Type

jar

Download java-dotenv 1.0.1


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