GroupId | GroupIdorg.apache.iceberg |
---|---|
ArtifactId | ArtifactIdiceberg-hive3 |
Version | Version0.11.0 |
Type | Typejar |
Filename | Size |
---|---|
iceberg-hive3-0.11.0.pom | |
iceberg-hive3-0.11.0.jar | 10 KB |
iceberg-hive3-0.11.0-tests.jar | 125 KB |
iceberg-hive3-0.11.0-sources.jar | 10 KB |
iceberg-hive3-0.11.0-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.iceberg/iceberg-hive3/ -->
<dependency>
<groupId>org.apache.iceberg</groupId>
<artifactId>iceberg-hive3</artifactId>
<version>0.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.iceberg/iceberg-hive3/
implementation 'org.apache.iceberg:iceberg-hive3:0.11.0'
// https://jarcasting.com/artifacts/org.apache.iceberg/iceberg-hive3/
implementation ("org.apache.iceberg:iceberg-hive3:0.11.0")
'org.apache.iceberg:iceberg-hive3:jar:0.11.0'
<dependency org="org.apache.iceberg" name="iceberg-hive3" rev="0.11.0">
<artifact name="iceberg-hive3" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.iceberg', module='iceberg-hive3', version='0.11.0')
)
libraryDependencies += "org.apache.iceberg" % "iceberg-hive3" % "0.11.0"
[org.apache.iceberg/iceberg-hive3 "0.11.0"]