License |
License |
---|---|
Categories |
Categoriesdotenv Application Layer Libs Configuration |
GroupId | GroupIdio.github.exortions |
ArtifactId | ArtifactIddotenv |
Last Version | Last Version1.0.0-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondotenv
dotenv is a Java library that allows you to access and connect to .env files to store data like tokens, etc. without someone viewing your main class and seeing them.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
dotenv-1.0.0-RELEASE.pom | |
dotenv-1.0.0-RELEASE.jar | 4 KB |
dotenv-1.0.0-RELEASE-sources.jar | 2 KB |
dotenv-1.0.0-RELEASE-javadoc.jar | 396 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.exortions/dotenv/ -->
<dependency>
<groupId>io.github.exortions</groupId>
<artifactId>dotenv</artifactId>
<version>1.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.exortions/dotenv/
implementation 'io.github.exortions:dotenv:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/io.github.exortions/dotenv/
implementation ("io.github.exortions:dotenv:1.0.0-RELEASE")
'io.github.exortions:dotenv:jar:1.0.0-RELEASE'
<dependency org="io.github.exortions" name="dotenv" rev="1.0.0-RELEASE">
<artifact name="dotenv" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.exortions', module='dotenv', version='1.0.0-RELEASE')
)
libraryDependencies += "io.github.exortions" % "dotenv" % "1.0.0-RELEASE"
[io.github.exortions/dotenv "1.0.0-RELEASE"]