| License | License | 
|---|---|
| GroupId | GroupIdorg.apache.hive | 
| ArtifactId | ArtifactIdhive-orc | 
| Last Version | Last Version2.2.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionHive ORC The Apache Software Foundation provides support for the Apache community of open-source software projects.
    The Apache projects are characterized by a collaborative, consensus based development process, an open and
    pragmatic software license, and a desire to create high quality software that leads the way in its field.
    We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
    and users. | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| hive-orc-2.2.0.pom | |
| hive-orc-2.2.0.jar | 469 KB | 
| hive-orc-2.2.0-sources.jar | 175 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.apache.hive/hive-orc/ -->
<dependency>
    <groupId>org.apache.hive</groupId>
    <artifactId>hive-orc</artifactId>
    <version>2.2.0</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.hive/hive-orc/
implementation 'org.apache.hive:hive-orc:2.2.0'// https://jarcasting.com/artifacts/org.apache.hive/hive-orc/
implementation ("org.apache.hive:hive-orc:2.2.0")'org.apache.hive:hive-orc:jar:2.2.0'<dependency org="org.apache.hive" name="hive-orc" rev="2.2.0">
  <artifact name="hive-orc" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.hive', module='hive-orc', version='2.2.0')
)libraryDependencies += "org.apache.hive" % "hive-orc" % "2.2.0"[org.apache.hive/hive-orc "2.2.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.hive : hive-storage-api | jar | 2.3.1 | 
| com.google.protobuf : protobuf-java | jar | 2.5.0 | 
| org.apache.hadoop : hadoop-common | jar | 2.8.0 | 
| org.apache.hadoop : hadoop-hdfs | jar | 2.8.0 | 
| org.iq80.snappy : snappy | jar | 0.2 | 
| org.slf4j : slf4j-api | jar | 1.7.10 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.11 | 
| org.mockito : mockito-all | jar | 1.9.5 |