is not current version
Last Version 1.0.9

com.eclecticlogic:eclectic-orc 1.0.8

Supports writing Java objects to ORC files.

GroupId

GroupId

com.eclecticlogic
ArtifactId

ArtifactId

eclectic-orc
Version

Version

1.0.8
Type

Type

jar

Download eclectic-orc 1.0.8


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