is not current version
Last Version 0.26

org.boofcv:core 0.25

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

core
Version

Version

0.25
Type

Type

jar

Download core 0.25


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