is not current version
Last Version 1.11.9

com.gojek.parquet:parquet 1.11.5

Parquet is a columnar storage format that supports nested data. This provides the java implementation.

GroupId

GroupId

com.gojek.parquet
ArtifactId

ArtifactId

parquet
Version

Version

1.11.5
Type

Type

pom

Download parquet 1.11.5

Filename Size
parquet-1.11.5.pom 26 KB
Browse

<!-- https://jarcasting.com/artifacts/com.gojek.parquet/parquet/ -->
<dependency>
    <groupId>com.gojek.parquet</groupId>
    <artifactId>parquet</artifactId>
    <version>1.11.5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.gojek.parquet/parquet/
implementation 'com.gojek.parquet:parquet:1.11.5'
// https://jarcasting.com/artifacts/com.gojek.parquet/parquet/
implementation ("com.gojek.parquet:parquet:1.11.5")
'com.gojek.parquet:parquet:pom:1.11.5'
<dependency org="com.gojek.parquet" name="parquet" rev="1.11.5">
  <artifact name="parquet" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.gojek.parquet', module='parquet', version='1.11.5')
)
libraryDependencies += "com.gojek.parquet" % "parquet" % "1.11.5"
[com.gojek.parquet/parquet "1.11.5"]