MVN

org.apache.orc : orc

Maven & Gradle

Aug 11, 2023
27 stars

Apache ORC · 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</artifactId>
    <version>1.9.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.9.1

All Versions

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

Version Vulnerabilities Updated
1.9.x
orc-1.9.1
orc-1.9.0
1.8.x
orc-1.8.4
orc-1.8.3
orc-1.8.2
orc-1.8.1
orc-1.8.0
1.7.x
orc-1.7.9
orc-1.7.8
orc-1.7.7
orc-1.7.6
orc-1.7.5
orc-1.7.4
orc-1.7.3
orc-1.7.2
orc-1.7.1
orc-1.7.0
1.6.x
orc-1.6.14
orc-1.6.13
orc-1.6.12
orc-1.6.11
orc-1.6.10
orc-1.6.9
orc-1.6.8
orc-1.6.7
orc-1.6.6
orc-1.6.5
orc-1.6.4
orc-1.6.3
orc-1.6.2
orc-1.6.1
orc-1.6.0
1.5.x
orc-1.5.13
orc-1.5.12
orc-1.5.11
orc-1.5.10
orc-1.5.9
orc-1.5.8
orc-1.5.7
orc-1.5.6
orc-1.5.5
orc-1.5.4
orc-1.5.3
orc-1.5.2
orc-1.5.1
orc-1.5.0
1.4.x
orc-1.4.5
orc-1.4.4
orc-1.4.3
orc-1.4.2
orc-1.4.1
orc-1.4.0
1.3.x
orc-1.3.4
orc-1.3.3
orc-1.3.2
orc-1.3.1
orc-1.3.0
1.2.x
orc-1.2.3
orc-1.2.2
orc-1.2.1
orc-1.2.0
1.1.x
orc-1.1.2
orc-1.1.1
orc-1.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.orc</groupId>
    <artifactId>orc</artifactId>
    <version>1.9.1</version>
</dependency>

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