| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.hive |
| Идентификатор | Идентификаторhive-iceberg-shading |
| Версия | Версия4.0.0-alpha-1 |
| Тип | Типjar |
| Описание |
ОписаниеHive 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.
|
| Организация-разработчик |
Организация-разработчик |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.iceberg » patched-iceberg-core Необязательный | jar | patched-0.13.1-4.0.0-alpha-1 |
| org.apache.iceberg : iceberg-data Необязательный | jar | 0.13.1 |
| org.apache.iceberg : iceberg-parquet Необязательный | jar | 0.13.1 |
| org.apache.iceberg : iceberg-orc Необязательный | jar | 0.13.1 |
| org.slf4j : slf4j-api | jar | 1.7.30 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.mockito : mockito-core | jar | 3.4.4 |