GroupId | GroupIdorg.openimaj |
---|---|
ArtifactId | ArtifactIdimage-local-features |
Version | Version1.3.9 |
Type | Typejar |
Filename | Size |
---|---|
image-local-features-1.3.9.pom | |
image-local-features-1.3.9.jar | 265 KB |
image-local-features-1.3.9-sources.jar | 279 KB |
image-local-features-1.3.9-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openimaj/image-local-features/ -->
<dependency>
<groupId>org.openimaj</groupId>
<artifactId>image-local-features</artifactId>
<version>1.3.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.openimaj/image-local-features/
implementation 'org.openimaj:image-local-features:1.3.9'
// https://jarcasting.com/artifacts/org.openimaj/image-local-features/
implementation ("org.openimaj:image-local-features:1.3.9")
'org.openimaj:image-local-features:jar:1.3.9'
<dependency org="org.openimaj" name="image-local-features" rev="1.3.9">
<artifact name="image-local-features" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openimaj', module='image-local-features', version='1.3.9')
)
libraryDependencies += "org.openimaj" % "image-local-features" % "1.3.9"
[org.openimaj/image-local-features "1.3.9"]