Categories |
CategoriesBoofCV Business Logic Libraries Computer Vision |
---|---|
GroupId | GroupIdorg.boofcv |
ArtifactId | ArtifactIdboofcv-feature |
Version | Version0.27 |
Type | Typejar |
Filename | Size |
---|---|
boofcv-feature-0.27.pom | |
boofcv-feature-0.27.jar | 759 KB |
boofcv-feature-0.27-sources.jar | 724 KB |
boofcv-feature-0.27-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.boofcv/boofcv-feature/ -->
<dependency>
<groupId>org.boofcv</groupId>
<artifactId>boofcv-feature</artifactId>
<version>0.27</version>
</dependency>
// https://jarcasting.com/artifacts/org.boofcv/boofcv-feature/
implementation 'org.boofcv:boofcv-feature:0.27'
// https://jarcasting.com/artifacts/org.boofcv/boofcv-feature/
implementation ("org.boofcv:boofcv-feature:0.27")
'org.boofcv:boofcv-feature:jar:0.27'
<dependency org="org.boofcv" name="boofcv-feature" rev="0.27">
<artifact name="boofcv-feature" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.boofcv', module='boofcv-feature', version='0.27')
)
libraryDependencies += "org.boofcv" % "boofcv-feature" % "0.27"
[org.boofcv/boofcv-feature "0.27"]