Jar examples for p:parquet-format
Parquet is a columnar storage format that supports nested data. This provides all generated metadata code.
You can download jar file parquet-format 2.3.1 in this page.
The Apache Software License, Version 2.0
You can use the following script to add parquet-format-2.3.1.jar to your project.
<dependency> <groupId>org.apache.parquet</groupId> <artifactId>parquet-format</artifactId> <version>2.3.1</version> </dependency>
compile group: 'org.apache.parquet', name: 'parquet-format', version: '2.3.1'
libraryDependencies += "org.apache.parquet" % "parquet-format" % "2.3.1"
<dependency org="org.apache.parquet" name="parquet-format" rev="2.3.1"/>
@Grapes(@Grab(group='org.apache.parquet', module='parquet-format', version='2.3.1'))
'org.apache.parquet:parquet-format:jar:2.3.1'
Click the following link to download the jar file.
parquet-format-2.3.1-javadoc.jar