MVN

org.apache.orc : orc-format

Maven & Gradle

Jan 03, 2024

Apache ORC Format · ORC is a self-describing type-aware columnar file format designed for Hadoop workloads. It is optimized for large streaming reads, but with integrated support for finding required rows quickly. Storing data in a columnar format lets the reader read, decompress, and process only the values that are required for the current query.

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

Latest Version

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

  • Latest Stable: 1.0.0

All Versions

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

Version Vulnerabilities Updated
1.0.x
orc-format-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.orc</groupId>
    <artifactId>orc-format</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.orc:orc-format:1.0.0'

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

implementation("org.apache.orc:orc-format:1.0.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.orc" % "orc-format" % "1.0.0"

Advertisement

Dependencies from Group

Aug 11, 2023
100 usages
27 stars
Aug 11, 2023
49 usages
27 stars
Aug 11, 2023
14 usages
27 stars
Aug 11, 2023
3 usages
27 stars
orc
Aug 11, 2023
27 stars

Discover Dependencies

Jan 16, 2024
38 stars
Jan 16, 2024
30 stars
Jan 16, 2024
701 stars
Jan 16, 2024
20.4k stars
Jan 16, 2024
8 stars
Jan 16, 2024
215 stars
Jan 16, 2024
48 stars
Jan 16, 2024
58.9k stars