p

presto-jdbc

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