GroupId | GroupIdorg.openimaj |
---|---|
ArtifactId | ArtifactIdobject-detection |
Version | Version1.3.5 |
Type | Typejar |
Filename | Size |
---|---|
object-detection-1.3.5.pom | |
object-detection-1.3.5.jar | 2 MB |
object-detection-1.3.5-sources.jar | 2 MB |
object-detection-1.3.5-javadoc.jar | 312 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openimaj/object-detection/ -->
<dependency>
<groupId>org.openimaj</groupId>
<artifactId>object-detection</artifactId>
<version>1.3.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.openimaj/object-detection/
implementation 'org.openimaj:object-detection:1.3.5'
// https://jarcasting.com/artifacts/org.openimaj/object-detection/
implementation ("org.openimaj:object-detection:1.3.5")
'org.openimaj:object-detection:jar:1.3.5'
<dependency org="org.openimaj" name="object-detection" rev="1.3.5">
<artifact name="object-detection" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openimaj', module='object-detection', version='1.3.5')
)
libraryDependencies += "org.openimaj" % "object-detection" % "1.3.5"
[org.openimaj/object-detection "1.3.5"]