| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.parquet |
| ArtifactId | ArtifactIdparquet-hive-bundle |
| Last Version | Last Version1.11.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionApache Parquet Hive Bundle
Parquet is a columnar storage format that supports nested data. This provides the java implementation.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.apache.parquet/parquet-hive-bundle/ -->
<dependency>
<groupId>org.apache.parquet</groupId>
<artifactId>parquet-hive-bundle</artifactId>
<version>1.11.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.parquet/parquet-hive-bundle/
implementation 'org.apache.parquet:parquet-hive-bundle:1.11.2'
// https://jarcasting.com/artifacts/org.apache.parquet/parquet-hive-bundle/
implementation ("org.apache.parquet:parquet-hive-bundle:1.11.2")
'org.apache.parquet:parquet-hive-bundle:jar:1.11.2'
<dependency org="org.apache.parquet" name="parquet-hive-bundle" rev="1.11.2">
<artifact name="parquet-hive-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.parquet', module='parquet-hive-bundle', version='1.11.2')
)
libraryDependencies += "org.apache.parquet" % "parquet-hive-bundle" % "1.11.2"
[org.apache.parquet/parquet-hive-bundle "1.11.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.easymock : easymock | jar | 3.4 |
| commons-httpclient : commons-httpclient | jar | 3.1 |