is not current version
Last Version 350

io.prestosql:presto-client 347


Categories

Categories

CLI User Interface
GroupId

GroupId

io.prestosql
ArtifactId

ArtifactId

presto-client
Version

Version

347
Type

Type

jar

Download presto-client 347


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