MVN

org.boofcv : applet

Maven & Gradle

Jun 13, 2016
1k stars

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

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

Latest Version

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

  • Latest Stable: 0.24.1

All Versions

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

Version Vulnerabilities Updated
0.24.x
applet-0.24.1
0.24
applet-0.24
0.23
applet-0.23
0.22
applet-0.22
0.21
applet-0.21
0.20
applet-0.20
0.19
applet-0.19
0.18
applet-0.18
0.17
applet-0.17

How to add a dependency to Maven

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

<dependency>
    <groupId>org.boofcv</groupId>
    <artifactId>applet</artifactId>
    <version>0.24.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.boofcv:applet:0.24.1'

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

implementation("org.boofcv:applet:0.24.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.boofcv" % "applet" % "0.24.1"

Advertisement