How to install the Java artifact io.trino.tpch.tpch with Maven
Java
Maven
pom.xml
io.trino.tpch
tpch
Add the following lines to your pom.xml within the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>io.trino.tpch</groupId>
<artifactId>tpch</artifactId>
<version>1.1</version>
</dependency>
/dependencies>