Download parquet-format-2.0.0.jar file - Jar p

Jar examples for p:parquet-format

Description

Parquet is a columnar storage format that supports nested data. This provides all generated metadata code.

You can download jar file parquet-format 2.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add parquet-format-2.0.0.jar to your project.

<dependency>
   <groupId>com.twitter</groupId>
   <artifactId>parquet-format</artifactId>
   <version>2.0.0</version>
</dependency>
compile group: 'com.twitter', name: 'parquet-format', version: '2.0.0'
libraryDependencies += "com.twitter" % "parquet-format" % "2.0.0"
<dependency org="com.twitter" name="parquet-format" rev="2.0.0"/>
@Grapes(@Grab(group='com.twitter', module='parquet-format', version='2.0.0'))
'com.twitter:parquet-format:jar:2.0.0'

Download

Click the following link to download the jar file.

parquet-format-2.0.0-javadoc.jar
parquet-format-2.0.0-sources.jar
parquet-format-2.0.0.jar
parquet-format-2.0.0.pom



Related Tutorials