p

presto-thrift-api

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