MVN

com.crobox.clickhouse : client_2.11

Maven & Gradle

Oct 31, 2019
2 usages
111 stars

client · client

<dependency>
    <groupId>com.crobox.clickhouse</groupId>
    <artifactId>client_2.11</artifactId>
    <version>0.8.20</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.crobox.clickhouse : client_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.20

All Versions

Choose a version of com.crobox.clickhouse : client_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
client_2.11-0.8.20
client_2.11-0.8.19
client_2.11-0.8.18
client_2.11-0.8.17
client_2.11-0.8.16
client_2.11-0.8.15
client_2.11-0.8.14
client_2.11-0.8.13
client_2.11-0.8.12
client_2.11-0.8.11
client_2.11-0.8.10
client_2.11-0.8.9
client_2.11-0.8.8
client_2.11-0.8.7
client_2.11-0.8.6
client_2.11-0.8.5
client_2.11-0.8.4
client_2.11-0.8.3
client_2.11-0.8.2
client_2.11-0.8.1
client_2.11-0.8.0
0.7.x
client_2.11-0.7.5
client_2.11-0.7.4
client_2.11-0.7.3
client_2.11-0.7.2
client_2.11-0.7.1
client_2.11-0.7.0
0.6.x
client_2.11-0.6.3
client_2.11-0.6.2
client_2.11-0.6.1
client_2.11-0.6.0
0.5.x
client_2.11-0.5.9
client_2.11-0.5.8
client_2.11-0.5.7
client_2.11-0.5.6
client_2.11-0.5.5
client_2.11-0.5.4
0.4.x
client_2.11-0.4.0
0.3.x
client_2.11-0.3.0

How to add a dependency to Maven

Add the following com.crobox.clickhouse : client_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.crobox.clickhouse</groupId>
    <artifactId>client_2.11</artifactId>
    <version>0.8.20</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.crobox.clickhouse : client_2.11 gradle dependency to your build.gradle file:

implementation 'com.crobox.clickhouse:client_2.11:0.8.20'

Gradle Kotlin DSL: Add the following com.crobox.clickhouse : client_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.crobox.clickhouse:client_2.11:0.8.20")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.crobox.clickhouse : client_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.crobox.clickhouse" % "client_2.11" % "0.8.20"

Advertisement