Download jmatio-1.0.jar file - Jar j

Jar examples for j:jmatio

Description

Matlab's MAT-file I/O API in JAVA. Supports Matlab 5 MAT-flie format reading and writing. Written in pure JAVA.

You can download jar file jmatio 1.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jmatio-1.0.jar to your project.

<dependency>
   <groupId>net.sourceforge.jmatio</groupId>
   <artifactId>jmatio</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'net.sourceforge.jmatio', name: 'jmatio', version: '1.0'
libraryDependencies += "net.sourceforge.jmatio" % "jmatio" % "1.0"
<dependency org="net.sourceforge.jmatio" name="jmatio" rev="1.0"/>
@Grapes(@Grab(group='net.sourceforge.jmatio', module='jmatio', version='1.0'))
'net.sourceforge.jmatio:jmatio:jar:1.0'

Download

Click the following link to download the jar file.

jmatio-1.0-javadoc.jar
jmatio-1.0-sources.jar
jmatio-1.0.jar
jmatio-1.0.pom



Related Tutorials