| License |
License |
|---|---|
| GroupId | GroupIdcom.gojek.parquet |
| ArtifactId | ArtifactIdparquet-tools |
| Last Version | Last Version1.11.9 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionApache Parquet Tools
Parquet is a columnar storage format that supports nested data. This provides the java implementation.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| parquet-tools-1.11.9.pom | |
| parquet-tools-1.11.9.jar | 32 MB |
| parquet-tools-1.11.9-tests.jar | 21 KB |
| parquet-tools-1.11.9-sources.jar | 54 KB |
| parquet-tools-1.11.9-javadoc.jar | 219 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gojek.parquet/parquet-tools/ -->
<dependency>
<groupId>com.gojek.parquet</groupId>
<artifactId>parquet-tools</artifactId>
<version>1.11.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.gojek.parquet/parquet-tools/
implementation 'com.gojek.parquet:parquet-tools:1.11.9'
// https://jarcasting.com/artifacts/com.gojek.parquet/parquet-tools/
implementation ("com.gojek.parquet:parquet-tools:1.11.9")
'com.gojek.parquet:parquet-tools:jar:1.11.9'
<dependency org="com.gojek.parquet" name="parquet-tools" rev="1.11.9">
<artifact name="parquet-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gojek.parquet', module='parquet-tools', version='1.11.9')
)
libraryDependencies += "com.gojek.parquet" % "parquet-tools" % "1.11.9"
[com.gojek.parquet/parquet-tools "1.11.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.hadoop : hadoop-client | jar | 2.10.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| org.easymock : easymock | jar | 3.4 |