| License |
License |
|---|---|
| GroupId | GroupIdcom.gojek.parquet |
| ArtifactId | ArtifactIdparquet |
| Last Version | Last Version1.11.9 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionApache Parquet MR
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-1.11.9.pom | 26 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gojek.parquet/parquet/ -->
<dependency>
<groupId>com.gojek.parquet</groupId>
<artifactId>parquet</artifactId>
<version>1.11.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.gojek.parquet/parquet/
implementation 'com.gojek.parquet:parquet:1.11.9'
// https://jarcasting.com/artifacts/com.gojek.parquet/parquet/
implementation ("com.gojek.parquet:parquet:1.11.9")
'com.gojek.parquet:parquet:pom:1.11.9'
<dependency org="com.gojek.parquet" name="parquet" rev="1.11.9">
<artifact name="parquet" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.gojek.parquet', module='parquet', version='1.11.9')
)
libraryDependencies += "com.gojek.parquet" % "parquet" % "1.11.9"
[com.gojek.parquet/parquet "1.11.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| org.easymock : easymock | jar | 3.4 |