j

jmatio

Matlab's MAT-file I/O API in JAVA. Supports Matlab 5 MAT-flie format reading and writing. Written in pure JAVA.
http://sourceforge.net/projects/jmatio/
BSD
Craig Watcham
Files download
File Operation
jmatio-1.0.jar download
jmatio-1.0.pom download
jmatio-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sourceforge.jmatio</groupId>
  <artifactId>jmatio</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'net.sourceforge.jmatio:jmatio:1.0'
Gradle Kotlin
implementation("net.sourceforge.jmatio:jmatio:1.0")
Scala SBT
libraryDependencies += "net.sourceforge.jmatio" % "jmatio" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='net.sourceforge.jmatio', module='jmatio', version='1.0')
)
Apache Ivy
<dependency org="net.sourceforge.jmatio" name="jmatio" rev="1.0" />
Leiningen
[net.sourceforge.jmatio/jmatio "1.0"]
Apache Buildr
'net.sourceforge.jmatio:jmatio:jar:1.0'
Dependencies
The project has no third-party dependencies