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