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