GroupId | GroupIdorg.apache.iceberg |
---|---|
ArtifactId | ArtifactIdiceberg-orc |
Version | Version0.10.0 |
Type | Typejar |
Filename | Size |
---|---|
iceberg-orc-0.10.0.pom | |
iceberg-orc-0.10.0.jar | 77 KB |
iceberg-orc-0.10.0-tests.jar | 23 KB |
iceberg-orc-0.10.0-sources.jar | 38 KB |
iceberg-orc-0.10.0-javadoc.jar | 70 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.iceberg/iceberg-orc/ -->
<dependency>
<groupId>org.apache.iceberg</groupId>
<artifactId>iceberg-orc</artifactId>
<version>0.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.iceberg/iceberg-orc/
implementation 'org.apache.iceberg:iceberg-orc:0.10.0'
// https://jarcasting.com/artifacts/org.apache.iceberg/iceberg-orc/
implementation ("org.apache.iceberg:iceberg-orc:0.10.0")
'org.apache.iceberg:iceberg-orc:jar:0.10.0'
<dependency org="org.apache.iceberg" name="iceberg-orc" rev="0.10.0">
<artifact name="iceberg-orc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.iceberg', module='iceberg-orc', version='0.10.0')
)
libraryDependencies += "org.apache.iceberg" % "iceberg-orc" % "0.10.0"
[org.apache.iceberg/iceberg-orc "0.10.0"]