is not current version
Last Version 350

io.prestosql:presto-cli 305


Categories

Categories

CLI User Interface
GroupId

GroupId

io.prestosql
ArtifactId

ArtifactId

presto-cli
Version

Version

305
Type

Type

jar

Download presto-cli 305


<!-- https://jarcasting.com/artifacts/io.prestosql/presto-cli/ -->
<dependency>
    <groupId>io.prestosql</groupId>
    <artifactId>presto-cli</artifactId>
    <version>305</version>
</dependency>
// https://jarcasting.com/artifacts/io.prestosql/presto-cli/
implementation 'io.prestosql:presto-cli:305'
// https://jarcasting.com/artifacts/io.prestosql/presto-cli/
implementation ("io.prestosql:presto-cli:305")
'io.prestosql:presto-cli:jar:305'
<dependency org="io.prestosql" name="presto-cli" rev="305">
  <artifact name="presto-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prestosql', module='presto-cli', version='305')
)
libraryDependencies += "io.prestosql" % "presto-cli" % "305"
[io.prestosql/presto-cli "305"]