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