MVN

com.gojek.parquet : parquet-hive-bundle

Maven & Gradle

Jan 15, 2021
2 stars

Apache Parquet Hive Bundle

<dependency>
    <groupId>com.gojek.parquet</groupId>
    <artifactId>parquet-hive-bundle</artifactId>
    <version>1.11.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gojek.parquet : parquet-hive-bundle to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.11.8

All Versions

Choose a version of com.gojek.parquet : parquet-hive-bundle to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.11.x
parquet-hive-bundle-1.11.8
parquet-hive-bundle-1.11.6
parquet-hive-bundle-1.11.5
parquet-hive-bundle-1.11.4
parquet-hive-bundle-1.11.3
parquet-hive-bundle-1.11.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.gojek.parquet</groupId>
    <artifactId>parquet-hive-bundle</artifactId>
    <version>1.11.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gojek.parquet : parquet-hive-bundle gradle dependency to your build.gradle file:

implementation 'com.gojek.parquet:parquet-hive-bundle:1.11.8'

Gradle Kotlin DSL: Add the following com.gojek.parquet : parquet-hive-bundle gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gojek.parquet:parquet-hive-bundle:1.11.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gojek.parquet : parquet-hive-bundle sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gojek.parquet" % "parquet-hive-bundle" % "1.11.8"

Advertisement