Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vgv authored Nov 4, 2019
1 parent 11a6fb4 commit 0a9ab18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,14 @@ Response<List<HealthService>> healthyServices = client.getHealthServices("myapp"
## How to add consul-api into your project
### Gradle
```
compile "com.ecwid.consul:consul-api:1.4.3"
compile "com.ecwid.consul:consul-api:1.4.4"
```
### Maven
```
<dependency>
<groupId>com.ecwid.consul</groupId>
<artifactId>consul-api</artifactId>
<version>1.4.3</version>
<version>1.4.4</version>
</dependency>
```

Expand Down

0 comments on commit 0a9ab18

Please sign in to comment.