p

presto-tpch

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