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