is not current version
Last Version 0.40.1

org.boofcv:demonstrations 0.31

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

demonstrations
Version

Version

0.31
Type

Type

jar

Download demonstrations 0.31


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