License |
License |
---|---|
GroupId | GroupIdorg.openimaj |
ArtifactId | ArtifactIdMatrixLib |
Last Version | Last Version1.3.10 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMatrixLib
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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
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 |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.googlecode.netlib-java : netlib-java | jar | 0.9.3 |
net.sourceforge.jmatio : jmatio | jar | 1.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |