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