MVN

org.apache.arrow : arrow-c-data

Maven & Gradle

Aug 02, 2023
12k stars

Arrow Java C Data Interface · Java implementation of C Data Interface

<dependency>
    <groupId>org.apache.arrow</groupId>
    <artifactId>arrow-c-data</artifactId>
    <version>13.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.arrow : arrow-c-data to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 13.0.0

All Versions

Choose a version of org.apache.arrow : arrow-c-data to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
13.0.x
arrow-c-data-13.0.0
12.0.x
arrow-c-data-12.0.1
arrow-c-data-12.0.0
11.0.x
arrow-c-data-11.0.0
10.0.x
arrow-c-data-10.0.1
arrow-c-data-10.0.0
9.0.x
arrow-c-data-9.0.0
8.0.x
arrow-c-data-8.0.0
7.0.x
arrow-c-data-7.0.0

How to add a dependency to Maven

Add the following org.apache.arrow : arrow-c-data maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.arrow</groupId>
    <artifactId>arrow-c-data</artifactId>
    <version>13.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.arrow : arrow-c-data gradle dependency to your build.gradle file:

implementation 'org.apache.arrow:arrow-c-data:13.0.0'

Gradle Kotlin DSL: Add the following org.apache.arrow : arrow-c-data gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.arrow:arrow-c-data:13.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.arrow : arrow-c-data sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.arrow" % "arrow-c-data" % "13.0.0"