is not current version
Last Version 350

io.prestosql:presto-thrift-api 330

Presto - Thrift Connector API

GroupId

GroupId

io.prestosql
ArtifactId

ArtifactId

presto-thrift-api
Version

Version

330
Type

Type

jar

Download presto-thrift-api 330


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