MVN

com.intel.qat : orc

Maven & Gradle

May 28, 2020

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>com.intel.qat</groupId>
    <artifactId>orc</artifactId>
    <version>1.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.intel.qat : orc to add to Maven - Latest Versions:

  • Latest Stable: 1.5.1

All Versions

Choose a version of com.intel.qat : orc to add to Maven - All Versions:

Version Vulnerabilities Updated
1.5.x
orc-1.5.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.intel.qat</groupId>
    <artifactId>orc</artifactId>
    <version>1.5.1</version>
</dependency>