Download tpch-0.4.jar file - Jar t

Jar examples for t:tpch

Description

Port of TPC-H dbgen to Java

You can download jar file tpch 0.4 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials