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