MVN

com.twitter : parquet-format

Maven & Gradle

Nov 26, 2014
12 usages

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

<dependency>
    <groupId>com.twitter</groupId>
    <artifactId>parquet-format</artifactId>
    <version>2.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.2.0
  • Latest Release Candidate: 2.2.0-rc1

All Versions

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

  • Version Updated
  • parquet-format-2.2.0

    Nov 26, 2014
  • parquet-format-2.2.0-rc1

    Sep 03, 2014
  • parquet-format-2.1.0

    May 06, 2014
  • parquet-format-2.0.0

    Dec 14, 2013
  • parquet-format-1.0.0

    Jul 29, 2013
  • parquet-format-1.0.0-t2

    Jun 24, 2013

How to add a dependency to Maven

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

<dependency>
    <groupId>com.twitter</groupId>
    <artifactId>parquet-format</artifactId>
    <version>2.2.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.twitter:parquet-format:2.2.0'

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

implementation("com.twitter:parquet-format:2.2.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.twitter" % "parquet-format" % "2.2.0"