Files download
File Operation
clickhouse-native-jdbc-shaded-2.5.6.jar download
clickhouse-native-jdbc-shaded-2.5.6.pom download
clickhouse-native-jdbc-shaded-2.5.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.housepower</groupId>
  <artifactId>clickhouse-native-jdbc-shaded</artifactId>
  <version>2.5.6</version>
</dependency>
Gradle Groovy
implementation 'com.github.housepower:clickhouse-native-jdbc-shaded:2.5.6'
Gradle Kotlin
implementation("com.github.housepower:clickhouse-native-jdbc-shaded:2.5.6")
Scala SBT
libraryDependencies += "com.github.housepower" % "clickhouse-native-jdbc-shaded" % "2.5.6"
Groovy Grape
@Grapes(
  @Grab(group='com.github.housepower', module='clickhouse-native-jdbc-shaded', version='2.5.6')
)
Apache Ivy
<dependency org="com.github.housepower" name="clickhouse-native-jdbc-shaded" rev="2.5.6" />
Leiningen
[com.github.housepower/clickhouse-native-jdbc-shaded "2.5.6"]
Apache Buildr
'com.github.housepower:clickhouse-native-jdbc-shaded:jar:2.5.6'