не последняя версия
Последняя версия 0.30

org.ejml:simple 0.27

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

Группа

Группа

org.ejml
Идентификатор

Идентификатор

simple
Версия

Версия

0.27
Тип

Тип

jar

Скачать 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"]