License |
License |
---|---|
Categories |
Categoriesdotenv Application Layer Libs Configuration |
GroupId | GroupIdcom.harium |
ArtifactId | ArtifactIddotenv |
Last Version | Last Version1.0.8 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondotenv
An utility tool to handle .env files in Java
|
Filename | Size |
---|---|
dotenv-1.0.8.pom | |
dotenv-1.0.8.jar | 4 KB |
dotenv-1.0.8-sources.jar | 1 KB |
dotenv-1.0.8-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.harium/dotenv/ -->
<dependency>
<groupId>com.harium</groupId>
<artifactId>dotenv</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.harium/dotenv/
implementation 'com.harium:dotenv:1.0.8'
// https://jarcasting.com/artifacts/com.harium/dotenv/
implementation ("com.harium:dotenv:1.0.8")
'com.harium:dotenv:jar:1.0.8'
<dependency org="com.harium" name="dotenv" rev="1.0.8">
<artifact name="dotenv" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.harium', module='dotenv', version='1.0.8')
)
libraryDependencies += "com.harium" % "dotenv" % "1.0.8"
[com.harium/dotenv "1.0.8"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |