p

presto-tpcds

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