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