is not current version
Last Version 350

io.prestosql:presto-cli 332


Categories

Categories

CLI User Interface
GroupId

GroupId

io.prestosql
ArtifactId

ArtifactId

presto-cli
Version

Version

332
Type

Type

jar

Download presto-cli 332


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