License |
License |
---|---|
GroupId | GroupIdorg.apache.hive |
ArtifactId | ArtifactIdhive-iceberg-shading |
Version | Version4.0.0-alpha-1 |
Type | Typejar |
Description |
DescriptionHive Iceberg Shading
This module collects all required Iceberg modules and their dependencies, and shades them.
Consuming modules only need to mark this module as their dependency to get any required Iceberg libs.
This module has no sources of its own, only the built jar file contains the gathered and shaded libs.
For Intellij this module is recommended to be ignored, to avoid the dependent modules considering this as a
module dependency, they should see this as a library dependency instead.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.apache.hive/hive-iceberg-shading/ -->
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-iceberg-shading</artifactId>
<version>4.0.0-alpha-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hive/hive-iceberg-shading/
implementation 'org.apache.hive:hive-iceberg-shading:4.0.0-alpha-1'
// https://jarcasting.com/artifacts/org.apache.hive/hive-iceberg-shading/
implementation ("org.apache.hive:hive-iceberg-shading:4.0.0-alpha-1")
'org.apache.hive:hive-iceberg-shading:jar:4.0.0-alpha-1'
<dependency org="org.apache.hive" name="hive-iceberg-shading" rev="4.0.0-alpha-1">
<artifact name="hive-iceberg-shading" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hive', module='hive-iceberg-shading', version='4.0.0-alpha-1')
)
libraryDependencies += "org.apache.hive" % "hive-iceberg-shading" % "4.0.0-alpha-1"
[org.apache.hive/hive-iceberg-shading "4.0.0-alpha-1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.iceberg » patched-iceberg-core Optional | jar | patched-0.13.1-4.0.0-alpha-1 |
org.apache.iceberg : iceberg-data Optional | jar | 0.13.1 |
org.apache.iceberg : iceberg-parquet Optional | jar | 0.13.1 |
org.apache.iceberg : iceberg-orc Optional | jar | 0.13.1 |
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 3.4.4 |