p

presto-jdbc

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