Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.prestosql |
ArtifactId | ArtifactIdpresto-client |
Version | Version314 |
Type | Typejar |
Filename | Size |
---|---|
presto-client-314.pom | |
presto-client-314.jar | 86 KB |
presto-client-314-tests.jar | 13 KB |
presto-client-314-test-sources.jar | 9 KB |
presto-client-314-sources.jar | 49 KB |
presto-client-314-javadoc.jar | 214 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.prestosql/presto-client/ -->
<dependency>
<groupId>io.prestosql</groupId>
<artifactId>presto-client</artifactId>
<version>314</version>
</dependency>
// https://jarcasting.com/artifacts/io.prestosql/presto-client/
implementation 'io.prestosql:presto-client:314'
// https://jarcasting.com/artifacts/io.prestosql/presto-client/
implementation ("io.prestosql:presto-client:314")
'io.prestosql:presto-client:jar:314'
<dependency org="io.prestosql" name="presto-client" rev="314">
<artifact name="presto-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prestosql', module='presto-client', version='314')
)
libraryDependencies += "io.prestosql" % "presto-client" % "314"
[io.prestosql/presto-client "314"]