is not current version
Last Version 0.30

org.ejml:simple 0.27

A fast and easy to use dense matrix linear algebra library written in Java.

GroupId

GroupId

org.ejml
ArtifactId

ArtifactId

simple
Version

Version

0.27
Type

Type

jar

Download simple 0.27


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