<dependency> <groupId>io.trino.tpch</groupId> <artifactId>tpch</artifactId> <version>1.2</version> </dependency>
implementation 'io.trino.tpch:tpch:1.2'
implementation("io.trino.tpch:tpch:1.2")
libraryDependencies += "io.trino.tpch" % "tpch" % "1.2"
@Grapes( @Grab(group='io.trino.tpch', module='tpch', version='1.2') )
<dependency org="io.trino.tpch" name="tpch" rev="1.2" />
[io.trino.tpch/tpch "1.2"]
'io.trino.tpch:tpch:jar:1.2'
<parent> <groupId>io.airlift</groupId> <artifactId>airbase</artifactId> <version>95</version> </parent>
compile
|-- com.google.guava:guava
test
|-- org.testng:testng