is not current version
Last Version 1.7.5

org.apache.orc:orc-core 1.2.2

The core reader and writer for ORC files. Uses the vectorized column batch for the in memory representation.

GroupId

GroupId

org.apache.orc
ArtifactId

ArtifactId

orc-core
Version

Version

1.2.2
Type

Type

jar

Download orc-core 1.2.2


<!-- https://jarcasting.com/artifacts/org.apache.orc/orc-core/ -->
<dependency>
    <groupId>org.apache.orc</groupId>
    <artifactId>orc-core</artifactId>
    <version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.orc/orc-core/
implementation 'org.apache.orc:orc-core:1.2.2'
// https://jarcasting.com/artifacts/org.apache.orc/orc-core/
implementation ("org.apache.orc:orc-core:1.2.2")
'org.apache.orc:orc-core:jar:1.2.2'
<dependency org="org.apache.orc" name="orc-core" rev="1.2.2">
  <artifact name="orc-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.orc', module='orc-core', version='1.2.2')
)
libraryDependencies += "org.apache.orc" % "orc-core" % "1.2.2"
[org.apache.orc/orc-core "1.2.2"]