GroupId | GroupIdio.prestosql |
---|---|
ArtifactId | ArtifactIdpresto-jdbc |
Version | Version327 |
Type | Typejar |
Filename | Size |
---|---|
presto-jdbc-327.pom | |
presto-jdbc-327.jar | 6 MB |
presto-jdbc-327-tests.jar | 99 KB |
presto-jdbc-327-test-sources.jar | 45 KB |
presto-jdbc-327-sources.jar | 4 MB |
presto-jdbc-327-javadoc.jar | 146 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.prestosql/presto-jdbc/ -->
<dependency>
<groupId>io.prestosql</groupId>
<artifactId>presto-jdbc</artifactId>
<version>327</version>
</dependency>
// https://jarcasting.com/artifacts/io.prestosql/presto-jdbc/
implementation 'io.prestosql:presto-jdbc:327'
// https://jarcasting.com/artifacts/io.prestosql/presto-jdbc/
implementation ("io.prestosql:presto-jdbc:327")
'io.prestosql:presto-jdbc:jar:327'
<dependency org="io.prestosql" name="presto-jdbc" rev="327">
<artifact name="presto-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prestosql', module='presto-jdbc', version='327')
)
libraryDependencies += "io.prestosql" % "presto-jdbc" % "327"
[io.prestosql/presto-jdbc "327"]