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