is not current version
Last Version 350

io.prestosql:presto-cli 312


Categories

Categories

CLI User Interface
GroupId

GroupId

io.prestosql
ArtifactId

ArtifactId

presto-cli
Version

Version

312
Type

Type

jar

Download presto-cli 312


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