p

presto-jdbc

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