GroupId | GroupIdorg.openimaj |
---|---|
ArtifactId | ArtifactIdnearest-neighbour |
Version | Version1.3.6 |
Type | Typejar |
Filename | Size |
---|---|
nearest-neighbour-1.3.6.pom | |
nearest-neighbour-1.3.6.jar | 301 KB |
nearest-neighbour-1.3.6-sources.jar | 277 KB |
nearest-neighbour-1.3.6-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openimaj/nearest-neighbour/ -->
<dependency>
<groupId>org.openimaj</groupId>
<artifactId>nearest-neighbour</artifactId>
<version>1.3.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.openimaj/nearest-neighbour/
implementation 'org.openimaj:nearest-neighbour:1.3.6'
// https://jarcasting.com/artifacts/org.openimaj/nearest-neighbour/
implementation ("org.openimaj:nearest-neighbour:1.3.6")
'org.openimaj:nearest-neighbour:jar:1.3.6'
<dependency org="org.openimaj" name="nearest-neighbour" rev="1.3.6">
<artifact name="nearest-neighbour" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openimaj', module='nearest-neighbour', version='1.3.6')
)
libraryDependencies += "org.openimaj" % "nearest-neighbour" % "1.3.6"
[org.openimaj/nearest-neighbour "1.3.6"]