Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vgv authored May 22, 2024
1 parent 39b5dea commit ce2cbc1
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.13.0"
compile "com.ecwid.clickhouse:clickhouse-client:0.15.0"
```
### Maven
```
<dependency>
<groupId>com.ecwid.clickhouse</groupId>
<artifactId>clickhouse-client</artifactId>
<version>0.13.0</version>
<version>0.15.0</version>
</dependency>
```

Expand Down

0 comments on commit ce2cbc1

Please sign in to comment.