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