GroupId | GroupIdorg.openimaj.tools |
---|---|
ArtifactId | ArtifactIdLocalFeaturesTool |
Version | Version1.3.8 |
Type | Typejar |
Filename | Size |
---|---|
LocalFeaturesTool-1.3.8.pom | |
LocalFeaturesTool-1.3.8.jar | 54 KB |
LocalFeaturesTool-1.3.8-sources.jar | 23 KB |
LocalFeaturesTool-1.3.8-javadoc.jar | 144 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openimaj.tools/LocalFeaturesTool/ -->
<dependency>
<groupId>org.openimaj.tools</groupId>
<artifactId>LocalFeaturesTool</artifactId>
<version>1.3.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.openimaj.tools/LocalFeaturesTool/
implementation 'org.openimaj.tools:LocalFeaturesTool:1.3.8'
// https://jarcasting.com/artifacts/org.openimaj.tools/LocalFeaturesTool/
implementation ("org.openimaj.tools:LocalFeaturesTool:1.3.8")
'org.openimaj.tools:LocalFeaturesTool:jar:1.3.8'
<dependency org="org.openimaj.tools" name="LocalFeaturesTool" rev="1.3.8">
<artifact name="LocalFeaturesTool" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openimaj.tools', module='LocalFeaturesTool', version='1.3.8')
)
libraryDependencies += "org.openimaj.tools" % "LocalFeaturesTool" % "1.3.8"
[org.openimaj.tools/LocalFeaturesTool "1.3.8"]