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