Download tpcds-1.2.jar file - Jar t

Jar examples for t:tpcds

Description

Port of the TPC-DS data generator to Java

You can download jar file tpcds 1.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add tpcds-1.2.jar to your project.

<dependency>
   <groupId>com.teradata.tpcds</groupId>
   <artifactId>tpcds</artifactId>
   <version>1.2</version>
</dependency>
compile group: 'com.teradata.tpcds', name: 'tpcds', version: '1.2'
libraryDependencies += "com.teradata.tpcds" % "tpcds" % "1.2"
<dependency org="com.teradata.tpcds" name="tpcds" rev="1.2"/>
@Grapes(@Grab(group='com.teradata.tpcds', module='tpcds', version='1.2'))
'com.teradata.tpcds:tpcds:jar:1.2'

Download

Click the following link to download the jar file.

tpcds-1.2-jar-with-dependencies.jar
tpcds-1.2-javadoc.jar
tpcds-1.2-sources.jar
tpcds-1.2-test-sources.jar
tpcds-1.2-tests.jar
tpcds-1.2.jar
tpcds-1.2.pom



Related Tutorials