Repository: cdimascio/java-dotenv Branch: master Commit: f7d0ceffb8f1 Files: 2 Total size: 9.6 KB Directory structure: gitextract_8wss0pkc/ ├── README.md └── pom.xml ================================================ FILE CONTENTS ================================================ ================================================ FILE: README.md ================================================ # java-dotenv ### This package has been renamed to [dotenv-kotlin](https://github.com/cdimascio/dotenv-kotlin)

dotenv

### Looking for a pure Java version, see [dotenv-java](https://github.com/cdimascio/dotenv-java)

dotenv-java

### Why? To avoid confusion. java-dotenv was implemented in Kotlin. This meant that Java-only users would end up pulling in some Kotlin deps. In order to keep the package size as small as possible for Java-only users, we've rewritten the dotenv core in Java. The [dotenv-java](https://github.com/cdimascio/dotenv-java) project contains the pure Java variant. It implements the same API as the original java-dotenv (with the exception of the Kotlin DSL The [dotenv-kotlin](https://github.com/cdimascio/dotenv-kotlin) project is almost identical to the previous java-dotenv package. The only difference is that its core is provided by [dotenv-java](https://github.com/cdimascio/dotenv-java). It continues to provide functionality similar to before and includes the Kotlin DSL ### Latest versions of java-dotenv The last version of java-dotenv is `5.2.2`. It is available on MavenCentral and JCenter We recommend you use **dotenv-java** or **dotenv-kotlin** instead. ### Maven ```xml io.github.cdimascio java-dotenv 5.2.2 ``` ### Gradle ```groovy implementation 'io.github.cdimascio:java-dotenv:5.2.2' ``` ================================================ FILE: pom.xml ================================================ 4.0.0 java-dotenv Environment based config for the JVM https://github.com/cdimascio/java-dotenv io.github.cdimascio java-dotenv 5.2.2 Apache License, Version 2.0 https://www.apache.org/licenses/LICENSE-2.0.txt repo A business-friendly OSS license Carmine DiMascio OSS https://github.com/cdimascio scm:github:https://github.com/cdimascio/java-dotenv scm:github:https://github.com/cdimascio/java-dotenv master https://github.com/cdimascio/java-dotenv cdimascio Carmine DiMascio cdimascio@gmail.com https://www.github.com/cdimascio Carmine DiMascio OSS https://www.github.com/cdimascio developer America/New_York 1.8 1.8 1.8 1.4.0 io.cdimascio.DotenvKt 4.12 UTF-8 3.0.1 3.0.0 0.9.18 cdimascio maven java-dotenv jcenter JCenter https://jcenter.bintray.com/ org.jetbrains.kotlin kotlin-stdlib ${kotlin.version} compile junit junit ${junit.version} test org.jetbrains.kotlin kotlin-test-junit ${kotlin.version} test ${project.basedir}/src/main/kotlin kotlin-maven-plugin org.jetbrains.kotlin ${kotlin.version} compile compile test-compile test-compile ${project.basedir}/src/test/kotlin ${project.basedir}/src/test/java org.apache.maven.plugins maven-jar-plugin 2.6 true ${main.class} org.apache.maven.plugins maven-surefire-plugin 2.20.1 ${project.basedir} org.apache.maven.plugins maven-source-plugin ${maven.source.plugin} attach-sources jar org.apache.maven.plugins maven-javadoc-plugin ${maven.javadoc.plugin} attach-javadocs jar org.jetbrains.dokka dokka-maven-plugin ${dokka.version} pre-site dokka org.jacoco jacoco-maven-plugin 0.7.6.201602180812 prepare-agent prepare-agent org.eluder.coveralls coveralls-maven-plugin 4.3.0 i3Bl4av26PMqZNekY8X3Jt7t6YhwFXKFu