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