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