p

presto-raptor-legacy

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

compile

|-- io.prestosql:presto-memory-context

|-- io.prestosql:presto-orc

|-- io.prestosql:presto-plugin-toolkit

|-- io.prestosql.hadoop:hadoop-apache

|-- io.prestosql.hive:hive-apache

|-- io.airlift:bootstrap

|-- io.airlift:concurrent

|-- io.airlift:configuration

|-- io.airlift:dbpool

|-- io.airlift:discovery

|-- io.airlift:http-client

|-- io.airlift:json

|-- io.airlift:log

|-- io.airlift:node

|-- io.airlift:stats

|-- io.airlift:units

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

|-- com.google.guava:guava

|-- com.google.inject:guice

|-- com.h2database:h2

|-- it.unimi.dsi:fastutil

|-- javax.annotation:javax.annotation-api

|-- javax.inject:javax.inject

|-- javax.validation:validation-api

|-- joda-time:joda-time

|-- mysql:mysql-connector-java

|-- org.jdbi:jdbi

|-- org.weakref:jmxutils

provided

|-- io.prestosql:presto-spi

|-- io.airlift:slice

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

|-- org.openjdk.jol:jol-core

runtime

|-- io.airlift:log-manager

test

|-- io.prestosql:presto-benchmark

|-- io.prestosql:presto-client

|-- io.prestosql:presto-main

|-- io.prestosql:presto-main

|-- io.prestosql:presto-testing

|-- io.prestosql:presto-testng-services

|-- io.prestosql:presto-tpch

|-- io.prestosql.tpch:tpch

|-- io.airlift:http-server

|-- io.airlift:jaxrs

|-- io.airlift:testing

|-- javax.servlet:javax.servlet-api

|-- javax.ws.rs:javax.ws.rs-api

|-- org.assertj:assertj-core

|-- org.jetbrains:annotations

|-- org.testcontainers:mysql

|-- org.testcontainers:testcontainers

|-- org.testng:testng