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