License |
License |
---|---|
Categories |
CategoriesJava Languages dotenv Application Layer Libs Configuration |
GroupId | GroupIdio.github.cdimascio |
ArtifactId | ArtifactIddotenv-java |
Last Version | Last Version2.2.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondotenv-java
Environment based config for the JVM
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
dotenv-java-2.2.4.pom | |
dotenv-java-2.2.4.jar | 14 KB |
dotenv-java-2.2.4-sources.jar | 9 KB |
dotenv-java-2.2.4-javadoc.jar | 431 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.cdimascio/dotenv-java/ -->
<dependency>
<groupId>io.github.cdimascio</groupId>
<artifactId>dotenv-java</artifactId>
<version>2.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.cdimascio/dotenv-java/
implementation 'io.github.cdimascio:dotenv-java:2.2.4'
// https://jarcasting.com/artifacts/io.github.cdimascio/dotenv-java/
implementation ("io.github.cdimascio:dotenv-java:2.2.4")
'io.github.cdimascio:dotenv-java:jar:2.2.4'
<dependency org="io.github.cdimascio" name="dotenv-java" rev="2.2.4">
<artifact name="dotenv-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.cdimascio', module='dotenv-java', version='2.2.4')
)
libraryDependencies += "io.github.cdimascio" % "dotenv-java" % "2.2.4"
[io.github.cdimascio/dotenv-java "2.2.4"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |