p

presto-tpcds

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