jar

io.github.exortions : dotenv

Maven & Gradle

Jul 26, 2021
1 stars

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.

Table Of Contents

Latest Version

Download io.github.exortions : dotenv JAR file - Latest Versions:

All Versions

Download io.github.exortions : dotenv JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window dotenv-1.0.0-RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.exortions.dotenv

├─ io.github.exortions.dotenv.DotEnv.class - [JAR]

├─ io.github.exortions.dotenv.EnvParameterNotFoundException.class - [JAR]

Advertisement