Download tpch-0.2.jar file - Jar t

Jar examples for t:tpch

Description

Port of TPC-H dbgen to Java

You can download jar file tpch 0.2 in this page.

Build File

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

<dependency>
   <groupId>io.airlift.tpch</groupId>
   <artifactId>tpch</artifactId>
   <version>0.2</version>
</dependency>
compile group: 'io.airlift.tpch', name: 'tpch', version: '0.2'
libraryDependencies += "io.airlift.tpch" % "tpch" % "0.2"
<dependency org="io.airlift.tpch" name="tpch" rev="0.2"/>
@Grapes(@Grab(group='io.airlift.tpch', module='tpch', version='0.2'))
'io.airlift.tpch:tpch:jar:0.2'

Download

Click the following link to download the jar file.

tpch-0.2-javadoc.jar
tpch-0.2-sources.jar
tpch-0.2-test-sources.jar
tpch-0.2-tests.jar
tpch-0.2.jar
tpch-0.2.pom



Related Tutorials