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