License |
License |
---|---|
Categories |
CategoriesCLI User Interface Native Development Tools |
GroupId | GroupIdcom.github.housepower |
ArtifactId | ArtifactIdclickhouse-native-jdbc |
Last Version | Last Version2.6.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionClickHouse Native Protocol JDBC implementation
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.housepower/clickhouse-native-jdbc/ -->
<dependency>
<groupId>com.github.housepower</groupId>
<artifactId>clickhouse-native-jdbc</artifactId>
<version>2.6.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.housepower/clickhouse-native-jdbc/
implementation 'com.github.housepower:clickhouse-native-jdbc:2.6.5'
// https://jarcasting.com/artifacts/com.github.housepower/clickhouse-native-jdbc/
implementation ("com.github.housepower:clickhouse-native-jdbc:2.6.5")
'com.github.housepower:clickhouse-native-jdbc:jar:2.6.5'
<dependency org="com.github.housepower" name="clickhouse-native-jdbc" rev="2.6.5">
<artifact name="clickhouse-native-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.housepower', module='clickhouse-native-jdbc', version='2.6.5')
)
libraryDependencies += "com.github.housepower" % "clickhouse-native-jdbc" % "2.6.5"
[com.github.housepower/clickhouse-native-jdbc "2.6.5"]
Group / Artifact | Type | Version |
---|---|---|
io.airlift : aircompressor | jar | 0.21 |
org.slf4j : slf4j-api Optional | jar | 1.7.30 |
com.google.code.findbugs : jsr305 Optional | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
org.openjdk.jmh : jmh-core | jar | 1.27 |
org.openjdk.jmh : jmh-generator-annprocess | jar | 1.27 |
ru.yandex.clickhouse : clickhouse-jdbc | jar | 0.3.1-patch |
org.mockito : mockito-core | jar | 3.6.28 |
org.slf4j : slf4j-simple | jar | 1.7.30 |
org.junit.jupiter : junit-jupiter | jar | 5.7.0 |
com.google.guava : guava | jar | 16.0.1 |
org.testcontainers : junit-jupiter | jar | 1.15.1 |
org.testcontainers : clickhouse | jar | 1.15.1 |