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