| License |
License |
|---|---|
| GroupId | GroupIdcom.twitter |
| ArtifactId | ArtifactIdparquet-hive-binding |
| Last Version | Last Version1.6.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionApache Parquet Hive Binding Parent (Incubating)
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.6.0.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.twitter/parquet-hive-binding/ -->
<dependency>
<groupId>com.twitter</groupId>
<artifactId>parquet-hive-binding</artifactId>
<version>1.6.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.twitter/parquet-hive-binding/
implementation 'com.twitter:parquet-hive-binding:1.6.0'
// https://jarcasting.com/artifacts/com.twitter/parquet-hive-binding/
implementation ("com.twitter:parquet-hive-binding:1.6.0")
'com.twitter:parquet-hive-binding:pom:1.6.0'
<dependency org="com.twitter" name="parquet-hive-binding" rev="1.6.0">
<artifact name="parquet-hive-binding" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.twitter', module='parquet-hive-binding', version='1.6.0')
)
libraryDependencies += "com.twitter" % "parquet-hive-binding" % "1.6.0"
[com.twitter/parquet-hive-binding "1.6.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |
| org.easymock : easymock | jar | 3.2 |
| commons-httpclient : commons-httpclient | jar | 3.0.1 |