is not current version
Last Version 350

io.prestosql:presto-client 349


Categories

Categories

CLI User Interface
GroupId

GroupId

io.prestosql
ArtifactId

ArtifactId

presto-client
Version

Version

349
Type

Type

jar

Download presto-client 349


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