| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdio.prestosql |
| ArtifactId | ArtifactIdpresto-client |
| Version | Version350 |
| Type | Typejar |
| Description |
Descriptionpresto-client
Presto
|
| Filename | Size |
|---|---|
| presto-client-350.pom | |
| presto-client-350.jar | 90 KB |
| presto-client-350-tests.jar | 12 KB |
| presto-client-350-test-sources.jar | 9 KB |
| presto-client-350-sources.jar | 51 KB |
| presto-client-350-javadoc.jar | 616 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.prestosql/presto-client/ -->
<dependency>
<groupId>io.prestosql</groupId>
<artifactId>presto-client</artifactId>
<version>350</version>
</dependency>
// https://jarcasting.com/artifacts/io.prestosql/presto-client/
implementation 'io.prestosql:presto-client:350'
// https://jarcasting.com/artifacts/io.prestosql/presto-client/
implementation ("io.prestosql:presto-client:350")
'io.prestosql:presto-client:jar:350'
<dependency org="io.prestosql" name="presto-client" rev="350">
<artifact name="presto-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prestosql', module='presto-client', version='350')
)
libraryDependencies += "io.prestosql" % "presto-client" % "350"
[io.prestosql/presto-client "350"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.airlift : json | jar | 202 |
| io.airlift : security | jar | 202 |
| io.airlift : units | jar | 1.6 |
| com.fasterxml.jackson.core : jackson-annotations | jar | 2.11.1 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.11.1 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.11.1 |
| com.google.code.findbugs : jsr305 Optional | jar | 3.0.2 |
| com.google.guava : guava | jar | 29.0-jre |
| com.squareup.okhttp3 : okhttp | jar | 3.9.0 |
| com.squareup.okhttp3 : okhttp-urlconnection | jar | 3.9.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| io.prestosql : presto-spi | jar | 350 |
| org.testng : testng | jar | 6.10 |