| License | License | 
|---|---|
| GroupId | GroupIdorg.apache.iceberg | 
| ArtifactId | ArtifactIdiceberg-hive3-orc-bundle | 
| Last Version | Last Version0.13.2 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionApache Iceberg A table format for huge analytic datasets | 
| Project URL | Project URL | 
<!-- https://jarcasting.com/artifacts/org.apache.iceberg/iceberg-hive3-orc-bundle/ -->
<dependency>
    <groupId>org.apache.iceberg</groupId>
    <artifactId>iceberg-hive3-orc-bundle</artifactId>
    <version>0.13.2</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.iceberg/iceberg-hive3-orc-bundle/
implementation 'org.apache.iceberg:iceberg-hive3-orc-bundle:0.13.2'// https://jarcasting.com/artifacts/org.apache.iceberg/iceberg-hive3-orc-bundle/
implementation ("org.apache.iceberg:iceberg-hive3-orc-bundle:0.13.2")'org.apache.iceberg:iceberg-hive3-orc-bundle:jar:0.13.2'<dependency org="org.apache.iceberg" name="iceberg-hive3-orc-bundle" rev="0.13.2">
  <artifact name="iceberg-hive3-orc-bundle" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.iceberg', module='iceberg-hive3-orc-bundle', version='0.13.2')
)libraryDependencies += "org.apache.iceberg" % "iceberg-hive3-orc-bundle" % "0.13.2"[org.apache.iceberg/iceberg-hive3-orc-bundle "0.13.2"]