p

presto-tpcds

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