| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.orc |
| ArtifactId | ArtifactIdorc-examples |
| Version | Version1.6.9 |
| Type | Typejar |
| Description |
DescriptionORC Examples
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| orc-examples-1.6.9.pom | |
| orc-examples-1.6.9.jar | 17 KB |
| orc-examples-1.6.9-uber.jar | 29 MB |
| orc-examples-1.6.9-test-sources.jar | 8 KB |
| orc-examples-1.6.9-sources.jar | 14 KB |
| orc-examples-1.6.9-javadoc.jar | 42 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.orc/orc-examples/ -->
<dependency>
<groupId>org.apache.orc</groupId>
<artifactId>orc-examples</artifactId>
<version>1.6.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.orc/orc-examples/
implementation 'org.apache.orc:orc-examples:1.6.9'
// https://jarcasting.com/artifacts/org.apache.orc/orc-examples/
implementation ("org.apache.orc:orc-examples:1.6.9")
'org.apache.orc:orc-examples:jar:1.6.9'
<dependency org="org.apache.orc" name="orc-examples" rev="1.6.9">
<artifact name="orc-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.orc', module='orc-examples', version='1.6.9')
)
libraryDependencies += "org.apache.orc" % "orc-examples" % "1.6.9"
[org.apache.orc/orc-examples "1.6.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.orc : orc-core | jar | 1.6.9 |
| commons-cli : commons-cli | jar | 1.4 |
| org.apache.hadoop : hadoop-common | jar | 2.7.3 |
| org.apache.hadoop : hadoop-hdfs | jar | 2.7.3 |
| org.apache.hive : hive-storage-api | jar | 2.7.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 30.1.1-jre |