i

image-annotation

Methods for describing automatic image annotators
Files download
File Operation
image-annotation-1.3.10.jar download
image-annotation-1.3.10.pom download
image-annotation-1.3.10-sources.jar download
Apache Maven
<dependency>
  <groupId>org.openimaj</groupId>
  <artifactId>image-annotation</artifactId>
  <version>1.3.10</version>
</dependency>
Gradle Groovy
implementation 'org.openimaj:image-annotation:1.3.10'
Gradle Kotlin
implementation("org.openimaj:image-annotation:1.3.10")
Scala SBT
libraryDependencies += "org.openimaj" % "image-annotation" % "1.3.10"
Groovy Grape
@Grapes(
  @Grab(group='org.openimaj', module='image-annotation', version='1.3.10')
)
Apache Ivy
<dependency org="org.openimaj" name="image-annotation" rev="1.3.10" />
Leiningen
[org.openimaj/image-annotation "1.3.10"]
Apache Buildr
'org.openimaj:image-annotation:jar:1.3.10'