is not current version
Last Version 1.3.10

org.openimaj.tools:core-tool 1.3

Core library for building openimaj tools

GroupId

GroupId

org.openimaj.tools
ArtifactId

ArtifactId

core-tool
Version

Version

1.3
Type

Type

jar

Download core-tool 1.3


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