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