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