p

presto-tpcds

Presto - TPC-DS Connector
Files download
File Operation
presto-tpcds-1.7.0.jar download
presto-tpcds-1.7.0.pom download
presto-tpcds-1.7.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.hetu.core</groupId>
  <artifactId>presto-tpcds</artifactId>
  <version>1.7.0</version>
  <type>hetu-plugin</type>
</dependency>
Gradle Groovy
implementation 'io.hetu.core:presto-tpcds:1.7.0'
Gradle Kotlin
implementation("io.hetu.core:presto-tpcds:1.7.0")
Scala SBT
libraryDependencies += "io.hetu.core" % "presto-tpcds" % "1.7.0"
Groovy Grape
@Grapes(
  @Grab(group='io.hetu.core', module='presto-tpcds', version='1.7.0')
)
Apache Ivy
<dependency org="io.hetu.core" name="presto-tpcds" rev="1.7.0" />
Leiningen
[io.hetu.core/presto-tpcds "1.7.0"]
Apache Buildr
'io.hetu.core:presto-tpcds:jar:1.7.0'