GroupId | GroupIdio.prestosql |
---|---|
ArtifactId | ArtifactIdpresto-thrift-api |
Version | Version339 |
Type | Typejar |
Filename | Size |
---|---|
presto-thrift-api-339.pom | |
presto-thrift-api-339.jar | 96 KB |
presto-thrift-api-339-tests.jar | 26 KB |
presto-thrift-api-339-test-sources.jar | 12 KB |
presto-thrift-api-339-sources.jar | 69 KB |
presto-thrift-api-339-javadoc.jar | 612 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.prestosql/presto-thrift-api/ -->
<dependency>
<groupId>io.prestosql</groupId>
<artifactId>presto-thrift-api</artifactId>
<version>339</version>
</dependency>
// https://jarcasting.com/artifacts/io.prestosql/presto-thrift-api/
implementation 'io.prestosql:presto-thrift-api:339'
// https://jarcasting.com/artifacts/io.prestosql/presto-thrift-api/
implementation ("io.prestosql:presto-thrift-api:339")
'io.prestosql:presto-thrift-api:jar:339'
<dependency org="io.prestosql" name="presto-thrift-api" rev="339">
<artifact name="presto-thrift-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prestosql', module='presto-thrift-api', version='339')
)
libraryDependencies += "io.prestosql" % "presto-thrift-api" % "339"
[io.prestosql/presto-thrift-api "339"]