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