is not current version
Last Version 0.41

org.ejml:ejml-all 0.32

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

GroupId

GroupId

org.ejml
ArtifactId

ArtifactId

ejml-all
Version

Version

0.32
Type

Type

jar

Download ejml-all 0.32


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