is not current version
Last Version 350

io.prestosql:presto-client 308


Categories

Categories

CLI User Interface
GroupId

GroupId

io.prestosql
ArtifactId

ArtifactId

presto-client
Version

Version

308
Type

Type

jar

Download presto-client 308


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