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