MVN

org.boofcv : ip

Maven & Gradle

Dec 08, 2016
29 usages
1k stars

BoofCV · BoofCV is an open source Java library for real-time computer vision and robotics applications.

<dependency>
    <groupId>org.boofcv</groupId>
    <artifactId>ip</artifactId>
    <version>0.26</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.boofcv : ip to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.26

All Versions

Choose a version of org.boofcv : ip to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.26
ip-0.26
0.25
ip-0.25
0.24.x
ip-0.24.1
0.24
ip-0.24
0.23
ip-0.23
0.22
ip-0.22
0.21
ip-0.21
0.20
ip-0.20
0.19
ip-0.19
0.18
ip-0.18
0.17
ip-0.17
0.16
ip-0.16

How to add a dependency to Maven

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

<dependency>
    <groupId>org.boofcv</groupId>
    <artifactId>ip</artifactId>
    <version>0.26</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.boofcv : ip gradle dependency to your build.gradle file:

implementation 'org.boofcv:ip:0.26'

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

implementation("org.boofcv:ip:0.26")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.boofcv : ip sbt scala dependency to your build.sbt file:

libraryDependencies += "org.boofcv" % "ip" % "0.26"

Advertisement