clickhouse-jdbc
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.clickhouse</groupId> <artifactId>clickhouse-jdbc</artifactId> <version>0.8.4</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.clickhouse</groupId> <artifactId>clickhouse-jdbc</artifactId> <version>0.8.4</version> <name>ClickHouse JDBC Driver</name> <description>JDBC driver for ClickHouse</description> <url>https://github.com/ClickHouse/clickhouse-java/tree/main/clickhouse-jdbc</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>zhicwu</id> <name>Zhichun Wu</name> <email>zhicwu@gmail.com</email> <timezone>+8</timezone> </developer> </developers> <scm> <connection>scm:git@github.com:ClickHouse/clickhouse-java.git/clickhouse-jdbc</connection> <developerConnection>scm:git@github.com:ClickHouse/clickhouse-java.git/clickhouse-jdbc</developerConnection> <url>https://github.com/ClickHouse/clickhouse-java/clickhouse-jdbc</url> </scm> <dependencies> <dependency> <groupId>com.clickhouse</groupId> <artifactId>clickhouse-client</artifactId> <version>0.8.4</version> <scope>compile</scope> <exclusions> <exclusion> <groupId>com.clickhouse</groupId> <artifactId>clickhouse-data</artifactId> </exclusion> <exclusion> <groupId>com.clickhouse</groupId> <artifactId>org.roaringbitmap</artifactId> </exclusion> <exclusion> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> </exclusion> <exclusion> <groupId>dnsjava</groupId> <artifactId>dnsjava</artifactId> </exclusion> </exclusions> <optional>false</optional> </dependency> <dependency> <groupId>com.clickhouse</groupId> <artifactId>clickhouse-data</artifactId> <version>0.8.4</version> <scope>compile</scope> <exclusions> <exclusion> <groupId>com.clickhouse</groupId> <artifactId>org.roaringbitmap</artifactId> </exclusion> <exclusion> <groupId>com.aayushatharva.brotli4j</groupId> <artifactId>brotli4j</artifactId> </exclusion> <exclusion> <groupId>com.github.ben-manes.caffeine</groupId> <artifactId>caffeine</artifactId> </exclusion> <exclusion> <groupId>com.github.luben</groupId> <artifactId>zstd-jni</artifactId> </exclusion> <exclusion> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> </exclusion> <exclusion> <groupId>org.apache.arrow</groupId> <artifactId>arrow-memory</artifactId> </exclusion> <exclusion> <groupId>org.apache.arrow</groupId> <artifactId>arrow-vector</artifactId> </exclusion> <exclusion> <groupId>org.apache.avro</groupId> <artifactId>avro</artifactId> </exclusion> <exclusion> <groupId>org.brotli</groupId> <artifactId>dec</artifactId> </exclusion> <exclusion> <groupId>org.jctools</groupId> <artifactId>jctools-core</artifactId> </exclusion> <exclusion> <groupId>org.lz4</groupId> <artifactId>lz4-java</artifactId> </exclusion> <exclusion> <groupId>org.msgpack</groupId> <artifactId>msgpack-core</artifactId> </exclusion> <exclusion> <groupId>org.ow2.asm</groupId> <artifactId>asm</artifactId> </exclusion> <exclusion> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </exclusion> <exclusion> <groupId>org.tukaani</groupId> <artifactId>xz</artifactId> </exclusion> <exclusion> <groupId>org.xerial.snappy</groupId> <artifactId>snappy-java</artifactId> </exclusion> </exclusions> <optional>false</optional> </dependency> <dependency> <groupId>com.clickhouse</groupId> <artifactId>clickhouse-http-client</artifactId> <version>0.8.4</version> <scope>compile</scope> <exclusions> <exclusion> <groupId>com.clickhouse</groupId> <artifactId>clickhouse-client</artifactId> </exclusion> <exclusion> <groupId>com.github.luben</groupId> <artifactId>zstd-jni</artifactId> </exclusion> <exclusion> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> </exclusion> <exclusion> <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> </exclusion> <exclusion> <groupId>org.apache.httpcomponents.client5</groupId> <artifactId>httpclient5</artifactId> </exclusion> <exclusion> <groupId>org.apache.httpcomponents.core5</groupId> <artifactId>httpcore5</artifactId> </exclusion> <exclusion> <groupId>org.brotli</groupId> <artifactId>dec</artifactId> </exclusion> <exclusion> <groupId>org.lz4</groupId> <artifactId>lz4-pure-java</artifactId> </exclusion> <exclusion> <groupId>org.tukaani</groupId> <artifactId>xz</artifactId> </exclusion> <exclusion> <groupId>org.apache.tomcat</groupId> <artifactId>annotations-api</artifactId> </exclusion> </exclusions> <optional>false</optional> </dependency> <dependency> <groupId>org.apache.httpcomponents.client5</groupId> <artifactId>httpclient5</artifactId> <version>5.2.1</version> <scope>compile</scope> <exclusions> <exclusion> <groupId>org.apache.httpcomponents.core5</groupId> <artifactId>httpcore5</artifactId> </exclusion> <exclusion> <groupId>org.apache.httpcomponents.core5</groupId> <artifactId>httpcore5-h2</artifactId> </exclusion> <exclusion> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </exclusion> <exclusion> <groupId>org.conscrypt</groupId> <artifactId>conscrypt-openjdk-uber</artifactId> </exclusion> <exclusion> <groupId>org.brotli</groupId> <artifactId>dec</artifactId> </exclusion> </exclusions> <optional>false</optional> </dependency> <dependency> <groupId>org.apache.httpcomponents.core5</groupId> <artifactId>httpcore5-h2</artifactId> <version>5.2</version> <scope>compile</scope> <exclusions> <exclusion> <groupId>org.apache.httpcomponents.core5</groupId> <artifactId>httpcore5</artifactId> </exclusion> <exclusion> <groupId>org.conscrypt</groupId> <artifactId>conscrypt-openjdk-uber</artifactId> </exclusion> </exclusions> <optional>false</optional> </dependency> <dependency> <groupId>org.apache.httpcomponents.core5</groupId> <artifactId>httpcore5</artifactId> <version>5.2.1</version> <scope>compile</scope> <optional>false</optional> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> <version>1.27.1</version> <scope>compile</scope> <exclusions> <exclusion> <groupId>com.github.luben</groupId> <artifactId>zstd-jni</artifactId> </exclusion> <exclusion> <groupId>org.brotli</groupId> <artifactId>dec</artifactId> </exclusion> <exclusion> <groupId>org.tukaani</groupId> <artifactId>xz</artifactId> </exclusion> <exclusion> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> </exclusion> <exclusion> <groupId>org.ow2.asm</groupId> <artifactId>asm</artifactId> </exclusion> <exclusion> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> </exclusion> <exclusion> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> </exclusion> <exclusion> <groupId>org.osgi</groupId> <artifactId>org.osgi.core</artifactId> </exclusion> </exclusions> <optional>false</optional> </dependency> <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> <version>1.17.1</version> <scope>compile</scope> <optional>false</optional> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.16.1</version> <scope>compile</scope> <optional>false</optional> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.16.0</version> <scope>compile</scope> <exclusions> <exclusion> <groupId>org.apache.commons</groupId> <artifactId>commons-text</artifactId> </exclusion> </exclusions> <optional>false</optional> </dependency> <dependency> <groupId>com.clickhouse</groupId> <artifactId>jdbc-v2</artifactId> <version>0.8.4</version> <scope>compile</scope> <exclusions> <exclusion> <groupId>com.clickhouse</groupId> <artifactId>client-v2</artifactId> </exclusion> <exclusion> <groupId>com.clickhouse</groupId> <artifactId>clickhouse-http-client</artifactId> </exclusion> <exclusion> <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> </exclusion> <exclusion> <groupId>org.apache.httpcomponents.client5</groupId> <artifactId>httpclient5</artifactId> </exclusion> <exclusion> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </exclusion> <exclusion> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> </exclusion> <exclusion> <groupId>org.lz4</groupId> <artifactId>lz4-java</artifactId> </exclusion> <exclusion> <groupId>com.github.luben</groupId> <artifactId>zstd-jni</artifactId> </exclusion> </exclusions> <optional>false</optional> </dependency> <dependency> <groupId>com.clickhouse</groupId> <artifactId>client-v2</artifactId> <version>0.8.4</version> <scope>compile</scope> <exclusions> <exclusion> <groupId>com.clickhouse</groupId> <artifactId>clickhouse-data</artifactId> </exclusion> <exclusion> <groupId>org.roaringbitmap</groupId> <artifactId>RoaringBitmap</artifactId> </exclusion> <exclusion> <groupId>com.clickhouse</groupId> <artifactId>clickhouse-client</artifactId> </exclusion> <exclusion> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </exclusion> <exclusion> <groupId>org.apache.httpcomponents.client5</groupId> <artifactId>httpclient5</artifactId> </exclusion> <exclusion> <groupId>org.lz4</groupId> <artifactId>lz4-java</artifactId> </exclusion> <exclusion> <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> </exclusion> <exclusion> <groupId>org.ow2.asm</groupId> <artifactId>asm</artifactId> </exclusion> <exclusion> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> </exclusion> <exclusion> <groupId>io.micrometer</groupId> <artifactId>micrometer-core</artifactId> </exclusion> <exclusion> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </exclusion> </exclusions> <optional>false</optional> </dependency> <dependency> <groupId>org.roaringbitmap</groupId> <artifactId>RoaringBitmap</artifactId> <version>0.9.47</version> <scope>compile</scope> <exclusions> <exclusion> <groupId>org.roaringbitmap</groupId> <artifactId>shims</artifactId> </exclusion> </exclusions> <optional>false</optional> </dependency> <dependency> <groupId>org.roaringbitmap</groupId> <artifactId>shims</artifactId> <version>0.9.47</version> <scope>runtime</scope> <optional>false</optional> </dependency> <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm</artifactId> <version>9.5</version> <scope>compile</scope> <optional>false</optional> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> <version>2.17.2</version> <scope>compile</scope> <optional>false</optional> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>33.4.6-jre</version> <scope>compile</scope> <exclusions> <exclusion> <groupId>com.google.guava</groupId> <artifactId>failureaccess</artifactId> </exclusion> <exclusion> <groupId>com.google.guava</groupId> <artifactId>listenablefuture</artifactId> </exclusion> <exclusion> <groupId>org.jspecify</groupId> <artifactId>jspecify</artifactId> </exclusion> <exclusion> <groupId>com.google.errorprone</groupId> <artifactId>error_prone_annotations</artifactId> </exclusion> <exclusion> <groupId>com.google.j2objc</groupId> <artifactId>j2objc-annotations</artifactId> </exclusion> </exclusions> <optional>false</optional> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>failureaccess</artifactId> <version>1.0.3</version> <scope>compile</scope> <optional>false</optional> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>listenablefuture</artifactId> <version>9999.0-empty-to-avoid-conflict-with-guava</version> <scope>compile</scope> <optional>false</optional> </dependency> <dependency> <groupId>org.jspecify</groupId> <artifactId>jspecify</artifactId> <version>1.0.0</version> <scope>compile</scope> <optional>false</optional> </dependency> <dependency> <groupId>com.google.errorprone</groupId> <artifactId>error_prone_annotations</artifactId> <version>2.36.0</version> <scope>compile</scope> <optional>false</optional> </dependency> <dependency> <groupId>com.google.j2objc</groupId> <artifactId>j2objc-annotations</artifactId> <version>3.0.0</version> <scope>compile</scope> <optional>false</optional> </dependency> <dependency> <groupId>com.clickhouse</groupId> <artifactId>org.roaringbitmap</artifactId> <version>1.9.2</version> <scope>provided</scope> <optional>false</optional> </dependency> <dependency> <groupId>com.clickhouse</groupId> <artifactId>org.apache.commons.compress</artifactId> <version>1.9.2</version> <scope>provided</scope> <optional>false</optional> </dependency> <dependency> <groupId>org.lz4</groupId> <artifactId>lz4-java</artifactId> <version>1.8.0</version> <scope>compile</scope> <optional>false</optional> </dependency> <dependency> <groupId>com.github.luben</groupId> <artifactId>zstd-jni</artifactId> <version>1.5.5-5</version> <scope>provided</scope> <optional>false</optional> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>2.0.7</version> <scope>compile</scope> <optional>false</optional> </dependency> </dependencies> </project>