We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 7f32109 commit 03175dcCopy full SHA for 03175dc
README.md
@@ -30,14 +30,14 @@ Use `dotenv.get("...")` instead of Java's `System.getenv(...)`.
30
<dependency>
31
<groupId>io.github.cdimascio</groupId>
32
<artifactId>dotenv-java</artifactId>
33
- <version>1.1.0</version>
+ <version>2.0.0</version>
34
</dependency>
35
```
36
37
### Gradle
38
39
```groovy
40
-compile 'io.github.cdimascio:dotenv-java:1.1.0'
+compile 'io.github.cdimascio:dotenv-java:2.0.0'
41
42
43
Looking for the Kotlin variant? **get [dotenv-kotlin](https://github.com/cdimascio/dotenv-kotlin)**
0 commit comments