MVN

com.twitter : parquet-protobuf

Maven & Gradle

Apr 25, 2015

Apache Parquet Protobuf (Incubating)

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

Latest Version

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

  • Latest Stable: 1.6.0

All Versions

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

Version Vulnerabilities Updated
1.6.x
parquet-protobuf-1.6.0
parquet-protobuf-1.6.0rc7
parquet-protobuf-1.6.0rc6
parquet-protobuf-1.6.0rc5
parquet-protobuf-1.6.0rc4
parquet-protobuf-1.6.0rc3
parquet-protobuf-1.6.0rc2
parquet-protobuf-1.6.0rc1
1.5.x
parquet-protobuf-1.5.0
1.4.x
parquet-protobuf-1.4.3
parquet-protobuf-1.4.2
parquet-protobuf-1.4.1
parquet-protobuf-1.4.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.twitter</groupId>
    <artifactId>parquet-protobuf</artifactId>
    <version>1.6.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.twitter:parquet-protobuf:1.6.0'

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

implementation("com.twitter:parquet-protobuf:1.6.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.twitter" % "parquet-protobuf" % "1.6.0"

Advertisement