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