Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vgv authored Apr 19, 2024
1 parent 8432f14 commit 61e7461
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.9.0"
compile "com.ecwid.clickhouse:clickhouse-client:0.12.0"
```
### Maven
```
<dependency>
<groupId>com.ecwid.clickhouse</groupId>
<artifactId>clickhouse-client</artifactId>
<version>0.9.0</version>
<version>0.12.0</version>
</dependency>
```

Expand Down

0 comments on commit 61e7461

Please sign in to comment.