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 c172f2c commit ceff5c5Copy full SHA for ceff5c5
1 file changed
README.md
@@ -25,19 +25,21 @@ Use `dotenv.get("...")` instead of Java's `System.getenv(...)`.
25
26
## Install
27
28
+_Requires Java 8 or greater._
29
+
30
### Maven
31
```xml
32
<dependency>
33
<groupId>io.github.cdimascio</groupId>
34
<artifactId>dotenv-java</artifactId>
- <version>2.0.0</version>
35
+ <version>2.1.0</version>
36
</dependency>
37
```
38
39
### Gradle
40
41
```groovy
-compile 'io.github.cdimascio:dotenv-java:2.0.0'
42
+compile 'io.github.cdimascio:dotenv-java:2.1.0'
43
44
45
Looking for the Kotlin variant? **get [dotenv-kotlin](https://github.com/cdimascio/dotenv-kotlin)**
0 commit comments