is not current version
Last Version 350

io.prestosql:presto-client 337


Categories

Categories

CLI User Interface
GroupId

GroupId

io.prestosql
ArtifactId

ArtifactId

presto-client
Version

Version

337
Type

Type

jar

Download presto-client 337


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