p

presto-tpch

Presto - TPC-H Connector
Files download
File Operation
presto-tpch-0.264.1.jar download
presto-tpch-0.264.1.pom download
presto-tpch-0.264.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.facebook.presto</groupId>
  <artifactId>presto-tpch</artifactId>
  <version>0.264.1</version>
  <type>presto-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.facebook.presto:presto-tpch:0.264.1'
Gradle Kotlin
implementation("com.facebook.presto:presto-tpch:0.264.1")
Scala SBT
libraryDependencies += "com.facebook.presto" % "presto-tpch" % "0.264.1"
Groovy Grape
@Grapes(
  @Grab(group='com.facebook.presto', module='presto-tpch', version='0.264.1')
)
Apache Ivy
<dependency org="com.facebook.presto" name="presto-tpch" rev="0.264.1" />
Leiningen
[com.facebook.presto/presto-tpch "0.264.1"]
Apache Buildr
'com.facebook.presto:presto-tpch:jar:0.264.1'