| Лицензия |
Лицензия |
|---|---|
| Группа | Группаnz.ac.waikato.cms.adams |
| Идентификатор | Идентификаторmatrix-algorithms |
| Версия | Версия0.0.16 |
| Тип | Типjar |
| Описание |
Описаниеmatrix-algorithms
Java library of 2-dimensional matrix algorithms.
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| matrix-algorithms-0.0.16.pom | |
| matrix-algorithms-0.0.16.jar | 124 KB |
| matrix-algorithms-0.0.16-sources.jar | 97 KB |
| matrix-algorithms-0.0.16-javadoc.jar | 512 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/nz.ac.waikato.cms.adams/matrix-algorithms/ -->
<dependency>
<groupId>nz.ac.waikato.cms.adams</groupId>
<artifactId>matrix-algorithms</artifactId>
<version>0.0.16</version>
</dependency>
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.adams/matrix-algorithms/
implementation 'nz.ac.waikato.cms.adams:matrix-algorithms:0.0.16'
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.adams/matrix-algorithms/
implementation ("nz.ac.waikato.cms.adams:matrix-algorithms:0.0.16")
'nz.ac.waikato.cms.adams:matrix-algorithms:jar:0.0.16'
<dependency org="nz.ac.waikato.cms.adams" name="matrix-algorithms" rev="0.0.16">
<artifact name="matrix-algorithms" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.ac.waikato.cms.adams', module='matrix-algorithms', version='0.0.16')
)
libraryDependencies += "nz.ac.waikato.cms.adams" % "matrix-algorithms" % "0.0.16"
[nz.ac.waikato.cms.adams/matrix-algorithms "0.0.16"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| net.sf.trove4j : trove4j | jar | 3.0.3 |
| gov.nist.math : jama | jar | 1.0.3 |
| org.ojalgo : ojalgo | jar | 48.0.0 |
| org.apache.commons : commons-math | jar | 2.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.3.0 |
| org.junit.platform : junit-platform-launcher | jar | 1.3.0 |
| org.junit.platform : junit-platform-runner | jar | 1.3.0 |
| com.googlecode.java-diff-utils : diffutils | jar | 1.2.1 |