is not current version
Last Version 0.30

org.ejml:simple 0.29

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

GroupId

GroupId

org.ejml
ArtifactId

ArtifactId

simple
Version

Version

0.29
Type

Type

jar

Download simple 0.29


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