File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 11# 🗝️ dotenv-java
22
3-  [](https://coveralls.io/github/cdimascio/dotenv-java?branch=fixes) [](https://search.maven.org/search?q=g:%22io.github.cdimascio%22%20AND%20a:%22dotenv-java%22) [  ](https://bintray.com/cdimascio/maven/dotenv-java/_latestVersion) [](https://app.codacy.com/app/cdimascio/dotenv-java?utm_source=github.com&utm_medium=referral&utm_content=cdimascio/dotenv-java&utm_campaign=Badge_Grade_Dashboard) [](https://gitter.im/cdimascio-oss/community) 
3+  [](https://coveralls.io/github/cdimascio/dotenv-java?branch=fixes) [](https://search.maven.org/search?q=g:%22io.github.cdimascio%22%20AND%20a:%22dotenv-java%22) [  ](https://bintray.com/cdimascio/maven/dotenv-java/_latestVersion) [](https://app.codacy.com/app/cdimascio/dotenv-java?utm_source=github.com&utm_medium=referral&utm_content=cdimascio/dotenv-java&utm_campaign=Badge_Grade_Dashboard) [](https://gitter.im/cdimascio-oss/community) [](https://cdimascio.github.io/dotenv-java/javadoc/) 
44
55A no-dependency, pure Java port of the Ruby dotenv project. Load environment variables from a ` .env ` file.
66
@@ -185,6 +185,10 @@ for (DotenvEntry e : dotenv.entries()) {
185185- with [ Maven (simple)] ( examples/maven-simple )
186186- see [ Java tests] ( ./src/test/java/tests/DotenvTests.java )
187187
188+ ## Javadoc
189+
190+ see [ javadoc] ( https://cdimascio.github.io/dotenv-java/javadoc/ )
191+
188192## FAQ
189193
190194** Q:** Should I deploy a ` .env ` to e.g. production?
You can’t perform that action at this time.
0 commit comments