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