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