License |
License |
---|---|
GroupId | GroupIdcom.gojek.parquet |
ArtifactId | ArtifactIdparquet-hive-binding |
Last Version | Last Version1.11.9 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionApache Parquet Hive Binding Parent
Parquet is a columnar storage format that supports nested data. This provides the java implementation.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
parquet-hive-binding-1.11.9.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gojek.parquet/parquet-hive-binding/ -->
<dependency>
<groupId>com.gojek.parquet</groupId>
<artifactId>parquet-hive-binding</artifactId>
<version>1.11.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.gojek.parquet/parquet-hive-binding/
implementation 'com.gojek.parquet:parquet-hive-binding:1.11.9'
// https://jarcasting.com/artifacts/com.gojek.parquet/parquet-hive-binding/
implementation ("com.gojek.parquet:parquet-hive-binding:1.11.9")
'com.gojek.parquet:parquet-hive-binding:pom:1.11.9'
<dependency org="com.gojek.parquet" name="parquet-hive-binding" rev="1.11.9">
<artifact name="parquet-hive-binding" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.gojek.parquet', module='parquet-hive-binding', version='1.11.9')
)
libraryDependencies += "com.gojek.parquet" % "parquet-hive-binding" % "1.11.9"
[com.gojek.parquet/parquet-hive-binding "1.11.9"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.easymock : easymock | jar | 3.4 |