| GroupId | GroupIdorg.apache.iceberg | 
|---|---|
| ArtifactId | ArtifactIdiceberg-orc | 
| Version | Version0.7.0-incubating | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.apache.iceberg/iceberg-orc/ -->
<dependency>
    <groupId>org.apache.iceberg</groupId>
    <artifactId>iceberg-orc</artifactId>
    <version>0.7.0-incubating</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.iceberg/iceberg-orc/
implementation 'org.apache.iceberg:iceberg-orc:0.7.0-incubating'// https://jarcasting.com/artifacts/org.apache.iceberg/iceberg-orc/
implementation ("org.apache.iceberg:iceberg-orc:0.7.0-incubating")'org.apache.iceberg:iceberg-orc:jar:0.7.0-incubating'<dependency org="org.apache.iceberg" name="iceberg-orc" rev="0.7.0-incubating">
  <artifact name="iceberg-orc" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.iceberg', module='iceberg-orc', version='0.7.0-incubating')
)libraryDependencies += "org.apache.iceberg" % "iceberg-orc" % "0.7.0-incubating"[org.apache.iceberg/iceberg-orc "0.7.0-incubating"]