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