MVN

com.eclecticlogic : eclectic-orc

Maven & Gradle

Oct 26, 2018

Orc Writer · Supports writing Java objects to ORC files.

<dependency>
    <groupId>com.eclecticlogic</groupId>
    <artifactId>eclectic-orc</artifactId>
    <version>1.0.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.eclecticlogic : eclectic-orc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.9

All Versions

Choose a version of com.eclecticlogic : eclectic-orc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
eclectic-orc-1.0.9
eclectic-orc-1.0.8
eclectic-orc-1.0.7
eclectic-orc-1.0.6
eclectic-orc-1.0.5
eclectic-orc-1.0.4
eclectic-orc-1.0.3
eclectic-orc-1.0.2
eclectic-orc-1.0.1
eclectic-orc-1.0.0

How to add a dependency to Maven

Add the following com.eclecticlogic : eclectic-orc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.eclecticlogic</groupId>
    <artifactId>eclectic-orc</artifactId>
    <version>1.0.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.eclecticlogic : eclectic-orc gradle dependency to your build.gradle file:

implementation 'com.eclecticlogic:eclectic-orc:1.0.9'

Gradle Kotlin DSL: Add the following com.eclecticlogic : eclectic-orc gradle kotlin dependency to your build.gradle.kts file:

implementation("com.eclecticlogic:eclectic-orc:1.0.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.eclecticlogic : eclectic-orc sbt scala dependency to your build.sbt file:

libraryDependencies += "com.eclecticlogic" % "eclectic-orc" % "1.0.9"

Advertisement