is not current version
Last Version 1.7.5

org.apache.orc:orc-core 1.6.5

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.6.5
Type

Type

jar

Download orc-core 1.6.5


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