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 24e19ac commit f43b283Copy full SHA for f43b283
1 file changed
README.md
@@ -23,7 +23,7 @@ Use `dotenv.get("...")` instead of Java's `System.getenv(...)`.
23
24
## Install
25
26
-### Maven (coming soon...)
+### Maven
27
```xml
28
<dependency>
29
<groupId>io.github.cdimascio</groupId>
@@ -32,7 +32,7 @@ Use `dotenv.get("...")` instead of Java's `System.getenv(...)`.
32
</dependency>
33
```
34
35
-### Gradle (coming soon...)
+### Gradle
36
37
```groovy
38
compile 'io.github.cdimascio:dotenv-java:1.0.2'
0 commit comments