is not current version
Last Version 0.40.1

org.boofcv:examples 0.33.1

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

examples
Version

Version

0.33.1
Type

Type

jar

Download examples 0.33.1


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