Files download
File Operation
tpcds-0.4.jar download
tpcds-0.4.pom download
tpcds-0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>net.hydromatic</groupId>
  <artifactId>tpcds</artifactId>
  <version>0.4</version>
</dependency>
Gradle Groovy
implementation 'net.hydromatic:tpcds:0.4'
Gradle Kotlin
implementation("net.hydromatic:tpcds:0.4")
Scala SBT
libraryDependencies += "net.hydromatic" % "tpcds" % "0.4"
Groovy Grape
@Grapes(
  @Grab(group='net.hydromatic', module='tpcds', version='0.4')
)
Apache Ivy
<dependency org="net.hydromatic" name="tpcds" rev="0.4" />
Leiningen
[net.hydromatic/tpcds "0.4"]
Apache Buildr
'net.hydromatic:tpcds:jar:0.4'
Dependencies