| License |
License |
|---|---|
| GroupId | GroupIdus.hebi.matlab.mat |
| ArtifactId | ArtifactIdmfl-ejml |
| Version | Version0.5.8 |
| Type | Typejar |
| Description |
DescriptionMAT File Library / EJML
Java library for reading and writing MAT Files that are compatible with MATLAB's MAT-File Format
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| mfl-ejml-0.5.8.pom | |
| mfl-ejml-0.5.8.jar | 23 KB |
| mfl-ejml-0.5.8-sources.jar | 16 KB |
| mfl-ejml-0.5.8-javadoc.jar | 391 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/us.hebi.matlab.mat/mfl-ejml/ -->
<dependency>
<groupId>us.hebi.matlab.mat</groupId>
<artifactId>mfl-ejml</artifactId>
<version>0.5.8</version>
</dependency>
// https://jarcasting.com/artifacts/us.hebi.matlab.mat/mfl-ejml/
implementation 'us.hebi.matlab.mat:mfl-ejml:0.5.8'
// https://jarcasting.com/artifacts/us.hebi.matlab.mat/mfl-ejml/
implementation ("us.hebi.matlab.mat:mfl-ejml:0.5.8")
'us.hebi.matlab.mat:mfl-ejml:jar:0.5.8'
<dependency org="us.hebi.matlab.mat" name="mfl-ejml" rev="0.5.8">
<artifact name="mfl-ejml" type="jar" />
</dependency>
@Grapes(
@Grab(group='us.hebi.matlab.mat', module='mfl-ejml', version='0.5.8')
)
libraryDependencies += "us.hebi.matlab.mat" % "mfl-ejml" % "0.5.8"
[us.hebi.matlab.mat/mfl-ejml "0.5.8"]
| Group / Artifact | Type | Version |
|---|---|---|
| us.hebi.matlab.mat : mfl-core | jar | 0.5.8 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.ejml : ejml-core | jar | 0.37 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |