Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
upgrade gradle instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
rickfast authored Jul 4, 2021
1 parent 64529e4 commit cb738bf
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,19 @@ In 0.11.X and 0.12.x, the Consul JAR is a shaded JAR, with most dependencies inc

### Gradle:

#### Groovy:

```groovy
dependencies {
compile 'com.orbitz.consul:consul-client:1.5.3'
implementation 'com.orbitz.consul:consul-client:1.5.3'
}
```

#### Kotlin:

```kotlin
dependencies {
implementation("com.orbitz.consul:consul-client:1.5.3")
}
```

Expand Down

0 comments on commit cb738bf

Please sign in to comment.