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