is not current version
Last Version 0.26

org.boofcv:feature 0.24

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

feature
Version

Version

0.24
Type

Type

jar

Download feature 0.24


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