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