| Categories |
CategoriesJava Languages dotenv Application Layer Libs Configuration |
|---|---|
| GroupId | GroupIdio.github.cdimascio |
| ArtifactId | ArtifactIdjava-dotenv |
| Version | Version0.7.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| java-dotenv-0.7.1.pom | |
| java-dotenv-0.7.1.jar | 29 KB |
| java-dotenv-0.7.1-sources.jar | 4 KB |
| java-dotenv-0.7.1-javadoc.jar | 27 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.cdimascio/java-dotenv/ -->
<dependency>
<groupId>io.github.cdimascio</groupId>
<artifactId>java-dotenv</artifactId>
<version>0.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.cdimascio/java-dotenv/
implementation 'io.github.cdimascio:java-dotenv:0.7.1'
// https://jarcasting.com/artifacts/io.github.cdimascio/java-dotenv/
implementation ("io.github.cdimascio:java-dotenv:0.7.1")
'io.github.cdimascio:java-dotenv:jar:0.7.1'
<dependency org="io.github.cdimascio" name="java-dotenv" rev="0.7.1">
<artifact name="java-dotenv" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.cdimascio', module='java-dotenv', version='0.7.1')
)
libraryDependencies += "io.github.cdimascio" % "java-dotenv" % "0.7.1"
[io.github.cdimascio/java-dotenv "0.7.1"]