You can download JMathArray-1.0.jar in this page.
Open Source
JMathArray-1.0.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/com.github.yannrichet/JMathArray/pom.properties META-INF/maven/com.github.yannrichet/JMathArray/pom.xml RngPackLICENSE edu.cornell.lassp.houle.RngPack.RanMT.class edu.cornell.lassp.houle.RngPack.RandomApp.class edu.cornell.lassp.houle.RngPack.RandomElement.class edu.cornell.lassp.houle.RngPack.RandomJava.class edu.cornell.lassp.houle.RngPack.RandomSeedable.class edu.cornell.lassp.houle.RngPack.RandomShuffle.class edu.cornell.lassp.houle.RngPack.RandomSynchronized.class edu.cornell.lassp.houle.RngPack.Ranecu.class edu.cornell.lassp.houle.RngPack.Ranlux.class edu.cornell.lassp.houle.RngPack.Ranmar.class org.math.array.DoubleArray.class org.math.array.IntegerArray.class org.math.array.LinearAlgebra.class org.math.array.StatisticSample.class org.math.array.util.Function.class org.math.array.util.IndexFunction.class org.math.array.util.Random.class org.math.array.util.Slicing.class org.math.array.util.Sorting.class
JMathArray-1.0.pom file content.
<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"> <parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>9</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>com.github.yannrichet</groupId> <artifactId>JMathArray</artifactId> <version>1.0</version> <packaging>jar</packaging> <name>jmatharray</name> <url>https://github.com/yannrichet/jmatharray</url> <properties> </properties> <dependencies> <dependency> <groupId>gov.nist.math</groupId> <artifactId>jama</artifactId> <version>1.0.3</version> </dependency> </dependencies> <repositories> <repository> <id>sonatype-oss-releases</id> <url>https://oss.sonatype.org/content/repositories/releases</url> </repository> </repositories> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.6</source> <target>1.6</target> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <version>2.5</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-install-plugin</artifactId> <version>2.5.2</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <version>2.4.2</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>2.2.1</version> <executions> <execution> <id>attach-sources</id> <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.1</version> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>1.5</version> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <version>1.6.3</version> <extensions>true</extensions> <configuration> <serverId>ossrh</serverId> <nexusUrl>https://oss.sonatype.org/</nexusUrl> <autoReleaseAfterClose>true</autoReleaseAfterClose> </configuration> </plugin> </plugins> <finalName>jmatharray</finalName> </build> <scm> <connection>scm:git:git@github.com:yannrichet/jmatharray.git</connection> <developerConnection>scm:git:git@github.com:yannrichet/jmatharray.git</developerConnection> <url>git@github.com:yannrichet/jmatharray.git</url> </scm> <distributionManagement> <snapshotRepository> <id>ossrh</id> <url>https://oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> <repository> <id>ossrh</id> <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> </repository> </distributionManagement> </project>
<dependency> <groupId>com.github.yannrichet</groupId> <artifactId>JMathArray</artifactId> <version>1.0</version> </dependency>
If you think the following JMathArray-1.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download JMathArray-1.0.jar file