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