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