| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.openimaj |
| Идентификатор | ИдентификаторMatrixLib |
| Последняя версия | Последняя версия1.3.10 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеMatrixLib
Useful third-party libraries (possibly originally written in other languages)
that have been ported to Java and integrated with OpenIMAJ. Not all modules
have the same license.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| MatrixLib-1.3.10.pom | |
| MatrixLib-1.3.10.jar | 37 KB |
| MatrixLib-1.3.10-sources.jar | 17 KB |
| MatrixLib-1.3.10-javadoc.jar | 162 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.openimaj/MatrixLib/ -->
<dependency>
<groupId>org.openimaj</groupId>
<artifactId>MatrixLib</artifactId>
<version>1.3.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.openimaj/MatrixLib/
implementation 'org.openimaj:MatrixLib:1.3.10'
// https://jarcasting.com/artifacts/org.openimaj/MatrixLib/
implementation ("org.openimaj:MatrixLib:1.3.10")
'org.openimaj:MatrixLib:jar:1.3.10'
<dependency org="org.openimaj" name="MatrixLib" rev="1.3.10">
<artifact name="MatrixLib" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openimaj', module='MatrixLib', version='1.3.10')
)
libraryDependencies += "org.openimaj" % "MatrixLib" % "1.3.10"
[org.openimaj/MatrixLib "1.3.10"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.googlecode.netlib-java : netlib-java | jar | 0.9.3 |
| net.sourceforge.jmatio : jmatio | jar | 1.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.8.2 |