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