dotenv

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.

License

License

Categories

Categories

dotenv Application Layer Libs Configuration
GroupId

GroupId

io.github.exortions
ArtifactId

ArtifactId

dotenv
Last Version

Last Version

1.0.0-RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

dotenv
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

https://github.com/Exortions/dotenv
Source Code Management

Source Code Management

https://github.com/Exortions/dotenv

Download dotenv

How to add to project

<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0-RELEASE