GroupId | GroupIdio.prestosql |
---|---|
ArtifactId | ArtifactIdpresto-hive |
Version | Version326 |
Type | Typejar |
Filename | Size |
---|---|
presto-hive-326.pom | |
presto-hive-326.jar | 1 MB |
presto-hive-326-tests.jar | 606 KB |
presto-hive-326-test-sources.jar | 299 KB |
presto-hive-326-sources.jar | 530 KB |
presto-hive-326-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.prestosql/presto-hive/ -->
<dependency>
<groupId>io.prestosql</groupId>
<artifactId>presto-hive</artifactId>
<version>326</version>
</dependency>
// https://jarcasting.com/artifacts/io.prestosql/presto-hive/
implementation 'io.prestosql:presto-hive:326'
// https://jarcasting.com/artifacts/io.prestosql/presto-hive/
implementation ("io.prestosql:presto-hive:326")
'io.prestosql:presto-hive:jar:326'
<dependency org="io.prestosql" name="presto-hive" rev="326">
<artifact name="presto-hive" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prestosql', module='presto-hive', version='326')
)
libraryDependencies += "io.prestosql" % "presto-hive" % "326"
[io.prestosql/presto-hive "326"]