Skip to content

Commit

Permalink
v2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cdimascio authored Jan 16, 2023
1 parent fbc6186 commit 10d4f06
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 @@ -32,26 +32,26 @@ _Requires Java 8 or greater._
<dependency>
<groupId>io.github.cdimascio</groupId>
<artifactId>dotenv-java</artifactId>
<version>2.3.1</version>
<version>2.3.2</version>
</dependency>
```

### Gradle <4.10

```groovy
compile 'io.github.cdimascio:dotenv-java:2.3.1'
compile 'io.github.cdimascio:dotenv-java:2.3.2'
```

### Gradle >=4.10

```groovy
implementation 'io.github.cdimascio:dotenv-java:2.3.1'
implementation 'io.github.cdimascio:dotenv-java:2.3.2'
```

### Gradle Kotlin DSL

```kotlin
implementation("io.github.cdimascio:dotenv-java:2.3.1")
implementation("io.github.cdimascio:dotenv-java:2.3.2")
```

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

0 comments on commit 10d4f06

Please sign in to comment.