p

presto-jdbc

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