is not current version
Last Version 1.3.10

org.openimaj.tools:core-tool 1.3.9

Core library for building openimaj tools

GroupId

GroupId

org.openimaj.tools
ArtifactId

ArtifactId

core-tool
Version

Version

1.3.9
Type

Type

jar

Download core-tool 1.3.9


<!-- https://jarcasting.com/artifacts/org.openimaj.tools/core-tool/ -->
<dependency>
    <groupId>org.openimaj.tools</groupId>
    <artifactId>core-tool</artifactId>
    <version>1.3.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.openimaj.tools/core-tool/
implementation 'org.openimaj.tools:core-tool:1.3.9'
// https://jarcasting.com/artifacts/org.openimaj.tools/core-tool/
implementation ("org.openimaj.tools:core-tool:1.3.9")
'org.openimaj.tools:core-tool:jar:1.3.9'
<dependency org="org.openimaj.tools" name="core-tool" rev="1.3.9">
  <artifact name="core-tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openimaj.tools', module='core-tool', version='1.3.9')
)
libraryDependencies += "org.openimaj.tools" % "core-tool" % "1.3.9"
[org.openimaj.tools/core-tool "1.3.9"]