h

hetu-singledata

Hetu - SingleData Connector
Files download
File Operation
hetu-singledata-1.9.0.jar download
hetu-singledata-1.9.0.pom download
hetu-singledata-1.9.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.hetu.core</groupId>
  <artifactId>hetu-singledata</artifactId>
  <version>1.9.0</version>
  <type>hetu-plugin</type>
</dependency>
Gradle Groovy
implementation 'io.hetu.core:hetu-singledata:1.9.0'
Gradle Kotlin
implementation("io.hetu.core:hetu-singledata:1.9.0")
Scala SBT
libraryDependencies += "io.hetu.core" % "hetu-singledata" % "1.9.0"
Groovy Grape
@Grapes(
  @Grab(group='io.hetu.core', module='hetu-singledata', version='1.9.0')
)
Apache Ivy
<dependency org="io.hetu.core" name="hetu-singledata" rev="1.9.0" />
Leiningen
[io.hetu.core/hetu-singledata "1.9.0"]
Apache Buildr
'io.hetu.core:hetu-singledata:jar:1.9.0'
Dependencies
<parent>
  <groupId>io.hetu.core</groupId>
  <artifactId>presto-root</artifactId>
  <version>1.9.0</version>
</parent>

compile

|-- io.hetu.core:presto-base-jdbc

|-- io.hetu.core:hetu-opengauss

|-- io.airlift:configuration

|-- io.airlift:log

|-- javax.inject:javax.inject

|-- com.google.guava:guava

|-- com.google.inject:guice

|-- io.hetu.core:presto-expressions

|-- io.airlift:units

|-- com.google.code.findbugs:jsr305:3.0.2

|-- org.postgresql:postgresql

|-- javax.validation:validation-api

|-- org.apache.shardingsphere:shardingsphere-mode-core:5.2.0

|-- org.apache.shardingsphere:shardingsphere-readwrite-splitting-core:5.2.0

|-- org.apache.shardingsphere:shardingsphere-sharding-api:5.2.0

|-- org.apache.shardingsphere:shardingsphere-sharding-core:5.2.0

|-- org.apache.shardingsphere:shardingsphere-jdbc-core:5.2.0

|-- org.apache.shardingsphere:shardingsphere-transaction-core:5.2.0

|-- org.apache.shardingsphere:shardingsphere-cluster-mode-repository-api:5.2.0

|-- org.apache.shardingsphere:shardingsphere-infra-common:5.2.0

|-- org.apache.shardingsphere:shardingsphere-parser-core:5.2.0

|-- com.fasterxml.jackson.core:jackson-annotations

|-- io.airlift:bootstrap

|-- org.apache.shardingsphere:shardingsphere-infra-executor:5.2.0

|-- org.apache.shardingsphere:shardingsphere-infra-binder:5.2.0

|-- org.apache.shardingsphere:shardingsphere-infra-parser:5.2.0

|-- org.apache.shardingsphere:shardingsphere-single-table-core:5.2.0

|-- org.apache.shardingsphere:shardingsphere-infra-context:5.2.0

|-- io.hetu.core:presto-plugin-toolkit

|-- org.weakref:jmxutils

|-- com.zaxxer:HikariCP:3.4.2

|-- org.opengauss:opengauss-jdbc:3.0.0

provided

|-- io.hetu.core:presto-spi

|-- io.airlift:slice

runtime

|-- org.antlr:antlr4-runtime:4.9.2

|-- com.github.ben-manes.caffeine:caffeine:2.9.2

|-- org.apache.calcite:calcite-core:1.27.0

|-- org.apache.zookeeper:zookeeper:3.6.3

|-- org.apache.zookeeper:zookeeper-jute:3.6.3

|-- org.apache.shardingsphere:shardingsphere-cluster-mode-repository-zookeeper-curator:5.2.0

|-- org.apache.shardingsphere:shardingsphere-cluster-mode-repository-etcd:5.2.0

|-- com.h2database:h2:2.1.214

test

|-- org.testng:testng

|-- io.hetu.core:presto-tests

|-- io.hetu.core:presto-main

|-- io.airlift:testing

|-- io.airlift:testing-postgresql-server

|-- org.apache.curator:curator-test:5.1.0

|-- org.mockito:mockito-core