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