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