License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdtech.clickhouse |
ArtifactId | ArtifactIdclickhouse-client |
Last Version | Last Version0.3.1-patch |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionclickhouse-client
Unified Java client for ClickHouse
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/tech.clickhouse/clickhouse-client/ -->
<dependency>
<groupId>tech.clickhouse</groupId>
<artifactId>clickhouse-client</artifactId>
<version>0.3.1-patch</version>
</dependency>
// https://jarcasting.com/artifacts/tech.clickhouse/clickhouse-client/
implementation 'tech.clickhouse:clickhouse-client:0.3.1-patch'
// https://jarcasting.com/artifacts/tech.clickhouse/clickhouse-client/
implementation ("tech.clickhouse:clickhouse-client:0.3.1-patch")
'tech.clickhouse:clickhouse-client:jar:0.3.1-patch'
<dependency org="tech.clickhouse" name="clickhouse-client" rev="0.3.1-patch">
<artifact name="clickhouse-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.clickhouse', module='clickhouse-client', version='0.3.1-patch')
)
libraryDependencies += "tech.clickhouse" % "clickhouse-client" % "0.3.1-patch"
[tech.clickhouse/clickhouse-client "0.3.1-patch"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
com.github.ben-manes.caffeine : caffeine | jar | 3.0.0 |
com.lmax : disruptor | jar | 3.4.2 |
dnsjava : dnsjava | jar | 3.3.1 |
org.roaringbitmap : RoaringBitmap | jar | 0.9.10 |