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