is not current version
Last Version 1.7.5

org.apache.orc:orc-core 1.5.4

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

Type

jar

Download orc-core 1.5.4


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