p

presto-thrift-api

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