is not current version
Last Version 1.7.5

org.apache.orc:orc-core 1.1.1

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

Type

jar

Download orc-core 1.1.1


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