GroupId | GroupIdorg.openimaj |
---|---|
ArtifactId | ArtifactIdimage-annotation |
Version | Version1.3.1 |
Type | Typejar |
Filename | Size |
---|---|
image-annotation-1.3.1.pom | |
image-annotation-1.3.1.jar | 24 KB |
image-annotation-1.3.1-sources.jar | 15 KB |
image-annotation-1.3.1-javadoc.jar | 168 KB |
Browse |
<!-- 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"]