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