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