is not current version
Last Version 1.3.10

org.openimaj:image-annotation 1.3.1

Methods for describing automatic image annotators

GroupId

GroupId

org.openimaj
ArtifactId

ArtifactId

image-annotation
Version

Version

1.3.1
Type

Type

jar

Download image-annotation 1.3.1


<!-- https://jarcasting.com/artifacts/org.openimaj/image-annotation/ -->
<dependency>
    <groupId>org.openimaj</groupId>
    <artifactId>image-annotation</artifactId>
    <version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.openimaj/image-annotation/
implementation 'org.openimaj:image-annotation:1.3.1'
// https://jarcasting.com/artifacts/org.openimaj/image-annotation/
implementation ("org.openimaj:image-annotation:1.3.1")
'org.openimaj:image-annotation:jar:1.3.1'
<dependency org="org.openimaj" name="image-annotation" rev="1.3.1">
  <artifact name="image-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openimaj', module='image-annotation', version='1.3.1')
)
libraryDependencies += "org.openimaj" % "image-annotation" % "1.3.1"
[org.openimaj/image-annotation "1.3.1"]