文件下载
文件名 操作
clickhouse-native-jdbc-parent-2.5.6.pom 下载
Apache Maven
<dependency>
  <groupId>com.github.housepower</groupId>
  <artifactId>clickhouse-native-jdbc-parent</artifactId>
  <version>2.5.6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.housepower:clickhouse-native-jdbc-parent:2.5.6'
Gradle Kotlin
implementation("com.github.housepower:clickhouse-native-jdbc-parent:2.5.6")
Scala SBT
libraryDependencies += "com.github.housepower" % "clickhouse-native-jdbc-parent" % "2.5.6"
Groovy Grape
@Grapes(
  @Grab(group='com.github.housepower', module='clickhouse-native-jdbc-parent', version='2.5.6')
)
Apache Ivy
<dependency org="com.github.housepower" name="clickhouse-native-jdbc-parent" rev="2.5.6" />
Leiningen
[com.github.housepower/clickhouse-native-jdbc-parent "2.5.6"]
Apache Buildr
'com.github.housepower:clickhouse-native-jdbc-parent:jar:2.5.6'
本项目依赖
该项目无第三方依赖