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