Download presto-tpch-0.70.jar file - Jar p

Jar examples for p:presto-tpch

Description

Presto - TPC-H Connector

You can download jar file presto-tpch 0.70 in this page.

Build File

You can use the following script to add presto-tpch-0.70.jar to your project.

<dependency>
   <groupId>com.facebook.presto</groupId>
   <artifactId>presto-tpch</artifactId>
   <version>0.70</version>
</dependency>
compile group: 'com.facebook.presto', name: 'presto-tpch', version: '0.70'
libraryDependencies += "com.facebook.presto" % "presto-tpch" % "0.70"
<dependency org="com.facebook.presto" name="presto-tpch" rev="0.70"/>
@Grapes(@Grab(group='com.facebook.presto', module='presto-tpch', version='0.70'))
'com.facebook.presto:presto-tpch:jar:0.70'

Download

Click the following link to download the jar file.

presto-tpch-0.70-javadoc.jar
presto-tpch-0.70-sources.jar
presto-tpch-0.70.jar
presto-tpch-0.70.pom



Related Tutorials