We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4352c6a commit 5ffffe3Copy full SHA for 5ffffe3
README.md
@@ -32,14 +32,14 @@ _Requires Java 8 or greater._
32
<dependency>
33
<groupId>io.github.cdimascio</groupId>
34
<artifactId>dotenv-java</artifactId>
35
- <version>2.2.0</version>
+ <version>2.2.3</version>
36
</dependency>
37
```
38
39
### Gradle
40
41
```groovy
42
-compile 'io.github.cdimascio:dotenv-java:2.2.0'
+compile 'io.github.cdimascio:dotenv-java:2.2.3'
43
44
45
Looking for the Kotlin variant? **get [dotenv-kotlin](https://github.com/cdimascio/dotenv-kotlin)**.
0 commit comments