| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.iceberg |
| Идентификатор | Идентификаторiceberg-hive |
| Последняя версия | Последняя версия0.9.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеApache Iceberg
A table format for huge analytic datasets
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| iceberg-hive-0.9.1.pom | |
| iceberg-hive-0.9.1.jar | 24 KB |
| iceberg-hive-0.9.1-tests.jar | 35 KB |
| iceberg-hive-0.9.1-sources.jar | 16 KB |
| iceberg-hive-0.9.1-javadoc.jar | 44 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.iceberg/iceberg-hive/ -->
<dependency>
<groupId>org.apache.iceberg</groupId>
<artifactId>iceberg-hive</artifactId>
<version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.iceberg/iceberg-hive/
implementation 'org.apache.iceberg:iceberg-hive:0.9.1'
// https://jarcasting.com/artifacts/org.apache.iceberg/iceberg-hive/
implementation ("org.apache.iceberg:iceberg-hive:0.9.1")
'org.apache.iceberg:iceberg-hive:jar:0.9.1'
<dependency org="org.apache.iceberg" name="iceberg-hive" rev="0.9.1">
<artifact name="iceberg-hive" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.iceberg', module='iceberg-hive', version='0.9.1')
)
libraryDependencies += "org.apache.iceberg" % "iceberg-hive" % "0.9.1"
[org.apache.iceberg/iceberg-hive "0.9.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.25 |
| com.github.stephenc.findbugs : findbugs-annotations | jar | 1.3.9-1 |
| org.apache.iceberg : iceberg-core | jar | 0.9.1 |