| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdio.prestosql |
| ArtifactId | ArtifactIdpresto-cli |
| Version | Version350 |
| Type | Typejar |
| Description |
Descriptionpresto-cli
Presto
|
| Filename | Size |
|---|---|
| presto-cli-350.pom | |
| presto-cli-350.jar | 93 KB |
| presto-cli-350-tests.jar | 26 KB |
| presto-cli-350-test-sources.jar | 17 KB |
| presto-cli-350-sources.jar | 52 KB |
| presto-cli-350-javadoc.jar | 558 KB |
| presto-cli-350-executable.jar | 14 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.prestosql/presto-cli/ -->
<dependency>
<groupId>io.prestosql</groupId>
<artifactId>presto-cli</artifactId>
<version>350</version>
</dependency>
// https://jarcasting.com/artifacts/io.prestosql/presto-cli/
implementation 'io.prestosql:presto-cli:350'
// https://jarcasting.com/artifacts/io.prestosql/presto-cli/
implementation ("io.prestosql:presto-cli:350")
'io.prestosql:presto-cli:jar:350'
<dependency org="io.prestosql" name="presto-cli" rev="350">
<artifact name="presto-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prestosql', module='presto-cli', version='350')
)
libraryDependencies += "io.prestosql" % "presto-cli" % "350"
[io.prestosql/presto-cli "350"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.prestosql : presto-client | jar | 350 |
| io.prestosql : presto-parser | jar | 350 |
| io.airlift : concurrent | jar | 202 |
| io.airlift : json | jar | 202 |
| io.airlift : log | jar | 202 |
| io.airlift : log-manager | jar | 202 |
| io.airlift : units | jar | 1.6 |
| com.fasterxml.jackson.core : jackson-core | 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 |
| info.picocli : picocli | jar | 4.5.1 |
| net.sf.opencsv : opencsv | jar | 2.3 |
| org.antlr : antlr4-runtime | jar | 4.9 |
| org.jline : jline-reader | jar | 3.17.1 |
| org.jline : jline-terminal | jar | 3.17.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jline : jline-terminal-jna | jar | 3.17.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.squareup.okhttp3 : mockwebserver | jar | 3.9.0 |
| org.testng : testng | jar | 6.10 |