Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kitty-ecwid committed Aug 20, 2024
1 parent f4f3509 commit cff4047
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 @@ -71,14 +71,14 @@ try (RawResponse response = client.select("http://localhost:8123", "SELECT * FRO
## How to add clickhouse-client into your project
### Gradle
```
compile "com.ecwid.clickhouse:clickhouse-client:0.15.0"
compile "com.ecwid.clickhouse:clickhouse-client:0.16.0"
```
### Maven
```
<dependency>
<groupId>com.ecwid.clickhouse</groupId>
<artifactId>clickhouse-client</artifactId>
<version>0.15.0</version>
<version>0.16.0</version>
</dependency>
```

Expand Down

0 comments on commit cff4047

Please sign in to comment.