is not current version
Last Version 0.13.2

org.apache.iceberg:iceberg-spark3-runtime 0.10.0

A table format for huge analytic datasets

GroupId

GroupId

org.apache.iceberg
ArtifactId

ArtifactId

iceberg-spark3-runtime
Version

Version

0.10.0
Type

Type

jar

Download iceberg-spark3-runtime 0.10.0


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