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