is not current version
Last Version 0.24.1

org.boofcv:applet 0.22

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

Categories

Categories

BoofCV Business Logic Libraries Computer Vision
GroupId

GroupId

org.boofcv
ArtifactId

ArtifactId

applet
Version

Version

0.22
Type

Type

jar

Download applet 0.22


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