MVN

org.apache.orc : orc-shims

Maven & Gradle

Aug 11, 2023
14 usages
27 stars

ORC Shims · A shim layer for supporting various versions of Hadoop dynamically. This module uses a higher version of Hadoop so that we can create shims that let us use new features of Hadoop without having a hard dependency on the latest version.

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

Latest Version

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

  • Latest Stable: 1.9.1

All Versions

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

Version Vulnerabilities Updated
1.9.x
orc-shims-1.9.1
orc-shims-1.9.0
1.8.x
orc-shims-1.8.4
orc-shims-1.8.3
orc-shims-1.8.2
orc-shims-1.8.1
orc-shims-1.8.0
1.7.x
orc-shims-1.7.9
orc-shims-1.7.8
orc-shims-1.7.7
orc-shims-1.7.6
orc-shims-1.7.5
orc-shims-1.7.4
orc-shims-1.7.3
orc-shims-1.7.2
orc-shims-1.7.1
orc-shims-1.7.0
1.6.x
orc-shims-1.6.14
orc-shims-1.6.13
orc-shims-1.6.12
orc-shims-1.6.11
orc-shims-1.6.10
orc-shims-1.6.9
orc-shims-1.6.8
orc-shims-1.6.7
orc-shims-1.6.6
orc-shims-1.6.5
orc-shims-1.6.4
orc-shims-1.6.3
orc-shims-1.6.2
orc-shims-1.6.1
orc-shims-1.6.0
1.5.x
orc-shims-1.5.13
orc-shims-1.5.12
orc-shims-1.5.11
orc-shims-1.5.10
orc-shims-1.5.9
orc-shims-1.5.8
orc-shims-1.5.7
orc-shims-1.5.6
orc-shims-1.5.5
orc-shims-1.5.4
orc-shims-1.5.3
orc-shims-1.5.2
orc-shims-1.5.1
orc-shims-1.5.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'org.apache.orc:orc-shims:1.9.1'

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

implementation("org.apache.orc:orc-shims:1.9.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.orc" % "orc-shims" % "1.9.1"

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