File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# 🗝️ dotenv-java
2
2
3
-  [](https://coveralls.io/github/cdimascio/dotenv-java?branch=fixes) [](https://search.maven.org/artifact/io.github.cdimascio/dotenv-java) [  ](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/docs/javadoc/index.html) 
3
+ ![ ] ( https://travis-ci.org/cdimascio/dotenv-java.svg?branch=master ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/cdimascio/dotenv-java/badge.svg?branch=fixes )] ( https://coveralls.io/github/cdimascio/dotenv-java?branch=fixes ) [ ![ Maven Central] ( https://img.shields.io/maven-central/v/io.github.cdimascio/dotenv-java.svg?label=Maven%20Central )] ( https://search.maven.org/artifact/io.github.cdimascio/dotenv-java ) [ ![ Codacy Badge] ( https://api.codacy.com/project/badge/Grade/66b8195f0da544f1ad9ed1352c0ea66f )] ( 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://img.shields.io/gitter/room/cdimascio-oss/community?color=%23eb205a )] ( https://gitter.im/cdimascio-oss/community ) [ ![ ] ( https://img.shields.io/badge/doc-javadoc-blue )] ( https://cdimascio.github.io/dotenv-java/docs/javadoc/index.html ) ![ ] ( https://img.shields.io/badge/license-Apache%202.0-blue.svg )
4
4
5
5
A no-dependency, pure Java port of the Ruby dotenv project. Load environment variables from a ` .env ` file.
6
6
@@ -191,7 +191,7 @@ for (DotenvEntry e : dotenv.entries()) {
191
191
192
192
## Powered by dotenv-java
193
193
- [ spring-dotenv] ( https://github.com/paulschwarz/spring-dotenv ) - dotenv-java as a Spring PropertySource
194
- - [ dotenv-kotlin] ( https://github.com/cdimascio/kotlin- dotenv ) - a Kotlin DSL for dotenv-java
194
+ - [ dotenv-kotlin] ( https://github.com/cdimascio/dotenv-kotlin ) - a Kotlin DSL for dotenv-java
195
195
196
196
## [ Javadoc] ( https://cdimascio.github.io/dotenv-java/docs/javadoc/ )
197
197
You can’t perform that action at this time.
0 commit comments