p

presto-thrift-api

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