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