is not current version
Last Version 0.9.1

org.apache.iceberg:iceberg-hive 0.7.0-incubating

A table format for huge analytic datasets

GroupId

GroupId

org.apache.iceberg
ArtifactId

ArtifactId

iceberg-hive
Version

Version

0.7.0-incubating
Type

Type

jar

Download iceberg-hive 0.7.0-incubating


<!-- https://jarcasting.com/artifacts/org.apache.iceberg/iceberg-hive/ -->
<dependency>
    <groupId>org.apache.iceberg</groupId>
    <artifactId>iceberg-hive</artifactId>
    <version>0.7.0-incubating</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.iceberg/iceberg-hive/
implementation 'org.apache.iceberg:iceberg-hive:0.7.0-incubating'
// https://jarcasting.com/artifacts/org.apache.iceberg/iceberg-hive/
implementation ("org.apache.iceberg:iceberg-hive:0.7.0-incubating")
'org.apache.iceberg:iceberg-hive:jar:0.7.0-incubating'
<dependency org="org.apache.iceberg" name="iceberg-hive" rev="0.7.0-incubating">
  <artifact name="iceberg-hive" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.iceberg', module='iceberg-hive', version='0.7.0-incubating')
)
libraryDependencies += "org.apache.iceberg" % "iceberg-hive" % "0.7.0-incubating"
[org.apache.iceberg/iceberg-hive "0.7.0-incubating"]