is not current version
Last Version 1.3.10

org.openimaj:core-math 1.3.8

Mathematical implementations including geometric, matrix and statistical operators.

GroupId

GroupId

org.openimaj
ArtifactId

ArtifactId

core-math
Version

Version

1.3.8
Type

Type

jar

Download core-math 1.3.8


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