Skip to content

Commit

Permalink
v2.3.0 README update
Browse files Browse the repository at this point in the history
  • Loading branch information
cdimascio committed Nov 23, 2022
1 parent 7398ee6 commit fb48486
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,26 +35,26 @@ _Requires Java 8 or greater._
<dependency>
<groupId>io.github.cdimascio</groupId>
<artifactId>dotenv-java</artifactId>
<version>2.2.4</version>
<version>2.3.0</version>
</dependency>
```

### Gradle <4.10

```groovy
compile 'io.github.cdimascio:dotenv-java:2.2.4'
compile 'io.github.cdimascio:dotenv-java:2.3.0'
```

### Gradle >=4.10

```groovy
implementation 'io.github.cdimascio:dotenv-java:2.2.4'
implementation 'io.github.cdimascio:dotenv-java:2.3.0'
```

### Gradle Kotlin DSL

```kotlin
implementation("io.github.cdimascio:dotenv-java:2.2.4")
implementation("io.github.cdimascio:dotenv-java:2.3.0")
```

Looking for the Kotlin variant? **get [dotenv-kotlin](https://github.com/cdimascio/dotenv-kotlin)**.
Expand Down

0 comments on commit fb48486

Please sign in to comment.