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