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