title: “2.10.0” date: 2023-11-20 description: >

The latest version of parquet-format is 2.10.0.

To check the validity of this release, use its:

Downloading from the Maven central repository

The Parquet team publishes its releases to Maven Central.

Add the following dependency section to your pom.xml:

    <dependencies>
    ...
       <dependency>
          <groupId>org.apache.parquet</groupId>
          <artifactId>parquet-format</artifactId>
          <version>2.10.0</version> <!-- or latest version -->
       </dependency>
    ...
    </dependencies>

Older Releases

Older releases can be found in the Archives of the Apache Software Foundation: https://archive.apache.org/dist/parquet/