Skip to content

Commit

Permalink
Merge branch 'master' into v6
Browse files Browse the repository at this point in the history
  • Loading branch information
cdimascio committed Sep 19, 2020
2 parents d1c6f50 + 16d91ae commit 8377a96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,21 @@ Use `dotenv.get("...")` instead of Java's `System.getenv(...)`.

## Install

Looking for the pure Java variant (no Kotlin), get [dotenv-java](https://github.com/cdimascio/dotenv-java)
Looking for the pure Java variant (no Kotlin), get [dotenv-java](https://github.com/cdimascio/dotenv-java).

### Maven
```xml
<dependency>
<groupId>io.github.cdimascio</groupId>
<artifactId>dotenv-kotlin</artifactId>
<version>5.2.1</version>
<version>6.0.0</version>
</dependency>
```

### Gradle

```groovy
compile 'io.github.cdimascio:dotenv-kotlin:5.2.1'
compile 'io.github.cdimascio:dotenv-kotlin:6.0.0'
```

## Usage
Expand Down

0 comments on commit 8377a96

Please sign in to comment.