p

presto-tpcds

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