组织ID: |
net.sourceforge.jmatio |
项目ID: |
jmatio |
版本: |
1.0 |
最后修改时间: |
2018-07-28 19:51:11 |
包类型: |
jar |
标题: |
jmatio |
描述: |
Matlab's MAT-file I/O API in JAVA. Supports Matlab 5 MAT-flie format reading and writing. Written in pure JAVA.
|
相关URL: |
http://sourceforge.net/projects/jmatio/ |
大小: |
64.98KB |
|
Maven引入代码: |
<dependency>
<groupId>net.sourceforge.jmatio</groupId>
<artifactId>jmatio</artifactId>
<version>1.0</version>
</dependency>
|
Gradle引入代码: |
net.sourceforge.jmatio:jmatio:1.0
|
下载Jar包: |
|
POM文件内容: |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>net.sourceforge.jmatio</groupId>
<artifactId>jmatio</artifactId>
<version>1.0</version>
<packaging>jar</packaging>
<description>
Matlab's MAT-file I/O API in JAVA. Supports Matlab 5 MAT-flie format reading and writing. Written in pure JAVA.
</description>
<name>jmatio</name>
<url>http://sourceforge.net/projects/jmatio/</url>
<scm>
<url>https://github.com/codemercenary/jmatio.git</url>
<connection>scm:git:https://github.com/codemercenary/jmatio.git</connection>
<developerConnection>scm:git:https://github.com/codemercenary/jmatio.git</developerConnection>
<tag>HEAD</tag>
</scm>
<developers>
<developer>
<id>cbwatcham</id>
<name>Craig Watcham</name>
<url>http://sourceforge.net/users/cbwatcham/</url>
<organization>Sourceforge</organization>
<organizationUrl>http://sourceforge.net/</organizationUrl>
<roles>
<role>architect</role>
<role>developer</role>
</roles>
</developer>
</developers>
<licenses>
<license>
<name>BSD</name>
<comments>Free for open or commercial use, with credit line</comments>
<url>http://www.linfo.org/bsdlicense.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
<phase>verify</phase>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9</version>
<executions>
<execution>
<phase>verify</phase>
<goals>
<goal>javadoc</goal>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.1</version>
<configuration>
<executable>gpg2.exe</executable>
<useAgent>true</useAgent>
</configuration>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.4</version>
<configuration>
<finalName>rs.jar</finalName>
<descriptors>
<descriptor>src/main/assembly/bundle.xml</descriptor>
</descriptors>
</configuration>
<executions>
<execution>
<phase>verify</phase>
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
com.jmatio.common.MatDataTypes.class
com.jmatio.io.ByteBufferInputStream.class
com.jmatio.io.DataOutputStream.class
com.jmatio.io.FileBufferedDataOutputStream.class
com.jmatio.io.HeapBufferDataOutputStream.class
com.jmatio.io.MatFileFilter.class
com.jmatio.io.MatFileHeader.class
com.jmatio.io.MatFileIncrementalWriter.class
com.jmatio.io.MatFileInputStream.class
com.jmatio.io.MatFileReader$1.class
com.jmatio.io.MatFileReader$ISMatTag.class
com.jmatio.io.MatFileReader.class
com.jmatio.io.MatFileWriter.class
com.jmatio.io.MatlabIOException.class
com.jmatio.io.MatTag.class
com.jmatio.io.OSArrayTag.class
com.jmatio.types.ByteStorageSupport.class
com.jmatio.types.GenericArrayCreator.class
com.jmatio.types.MLArray.class
com.jmatio.types.MLCell.class
com.jmatio.types.MLChar.class
com.jmatio.types.MLDouble.class
com.jmatio.types.MLEmptyArray.class
com.jmatio.types.MLInt16.class
com.jmatio.types.MLInt32.class
com.jmatio.types.MLInt64.class
com.jmatio.types.MLInt8.class
com.jmatio.types.MLJavaObject.class
com.jmatio.types.MLNumericArray.class
com.jmatio.types.MLObject.class
com.jmatio.types.MLSingle.class
com.jmatio.types.MLSparse$IndexMN.class
com.jmatio.types.MLSparse.class
com.jmatio.types.MLStructure.class
com.jmatio.types.MLUInt32.class
com.jmatio.types.MLUInt64.class
com.jmatio.types.MLUInt8.class
META-INF/maven/net.sourceforge.jmatio/jmatio/pom.xml
META-INF/maven/net.sourceforge.jmatio/jmatio/pom.properties
|
依赖Jar: |
无
|