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