GroupId | GroupIdcom.facebook.presto |
---|---|
ArtifactId | ArtifactIdpresto-jdbc |
Version | Version0.144.1 |
Type | Typejar |
Filename | Size |
---|---|
presto-jdbc-0.144.1.pom | |
presto-jdbc-0.144.1.jar | 6 MB |
presto-jdbc-0.144.1-tests.jar | 30 KB |
presto-jdbc-0.144.1-test-sources.jar | 10 KB |
presto-jdbc-0.144.1-sources.jar | 4 MB |
presto-jdbc-0.144.1-javadoc.jar | 127 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.facebook.presto/presto-jdbc/ -->
<dependency>
<groupId>com.facebook.presto</groupId>
<artifactId>presto-jdbc</artifactId>
<version>0.144.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.presto/presto-jdbc/
implementation 'com.facebook.presto:presto-jdbc:0.144.1'
// https://jarcasting.com/artifacts/com.facebook.presto/presto-jdbc/
implementation ("com.facebook.presto:presto-jdbc:0.144.1")
'com.facebook.presto:presto-jdbc:jar:0.144.1'
<dependency org="com.facebook.presto" name="presto-jdbc" rev="0.144.1">
<artifact name="presto-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.presto', module='presto-jdbc', version='0.144.1')
)
libraryDependencies += "com.facebook.presto" % "presto-jdbc" % "0.144.1"
[com.facebook.presto/presto-jdbc "0.144.1"]