MVN

org.apache.parquet : parquet-format

Maven & Gradle

Apr 07, 2021
22 usages
978 stars

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

<dependency>
    <groupId>org.apache.parquet</groupId>
    <artifactId>parquet-format</artifactId>
    <version>2.9.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.parquet : parquet-format to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.9.0

All Versions

Choose a version of org.apache.parquet : parquet-format to add to Maven or Gradle - All Versions:

  • Version Updated
  • parquet-format-2.9.0

    Apr 07, 2021
  • parquet-format-2.8.0

    Dec 16, 2019
  • parquet-format-2.7.0

    Sep 25, 2019
  • parquet-format-2.6.0

    Sep 27, 2018
  • parquet-format-2.5.0

    Mar 29, 2018
  • parquet-format-2.4.0

    Oct 17, 2017
  • parquet-format-2.3.1

    Dec 14, 2015
  • parquet-format-2.3.0-incubating

    Feb 11, 2015

How to add a dependency to Maven

Add the following org.apache.parquet : parquet-format maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.parquet</groupId>
    <artifactId>parquet-format</artifactId>
    <version>2.9.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.parquet : parquet-format gradle dependency to your build.gradle file:

implementation 'org.apache.parquet:parquet-format:2.9.0'

Gradle Kotlin DSL: Add the following org.apache.parquet : parquet-format gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.parquet:parquet-format:2.9.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.parquet : parquet-format sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.parquet" % "parquet-format" % "2.9.0"