MVN

org.bytedeco : arrow

Maven & Gradle

Oct 30, 2022

JavaCPP Presets for Arrow

<dependency>
    <groupId>org.bytedeco</groupId>
    <artifactId>arrow</artifactId>
    <version>6.0.1-1.5.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 6.0.1-1.5.8

All Versions

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

Version Vulnerabilities Updated
6.0.x
arrow-6.0.1-1.5.8
arrow-6.0.1-1.5.7
4.0.x
arrow-4.0.1-1.5.6
3.0.x
arrow-3.0.0-1.5.5
1.0.x
arrow-1.0.1-1.5.4
0.16.x
arrow-0.16.0-1.5.3

How to add a dependency to Maven

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

<dependency>
    <groupId>org.bytedeco</groupId>
    <artifactId>arrow</artifactId>
    <version>6.0.1-1.5.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.bytedeco : arrow gradle dependency to your build.gradle file:

implementation 'org.bytedeco:arrow:6.0.1-1.5.8'

Gradle Kotlin DSL: Add the following org.bytedeco : arrow gradle kotlin dependency to your build.gradle.kts file:

implementation("org.bytedeco:arrow:6.0.1-1.5.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.bytedeco : arrow sbt scala dependency to your build.sbt file:

libraryDependencies += "org.bytedeco" % "arrow" % "6.0.1-1.5.8"

Advertisement