Download mathz-0.3.0.jar file

Introduction

You can download mathz-0.3.0.jar in this page.

License

GNU Lesser General Public License (LGPL)

Type List

mathz-0.3.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/net.mikera/mathz/pom.properties
META-INF/maven/net.mikera/mathz/pom.xml
mikera.util.Maths.class
mikera.util.Statistics.class
mikera.util.mathz.AlternativeMaths.class
mikera.util.mathz.FloatMaths.class
mikera.util.mathz.MathsException.class

Pom

mathz-0.3.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">
	<modelVersion>4.0.0</modelVersion>
	<artifactId>mathz</artifactId>
	<version>0.3.0</version>
	<name>mathz</name>
	<description>Library of maths functions and utilities for Java</description>
	<parent>
		<groupId>net.mikera</groupId>
		<artifactId>mikera-pom</artifactId>
		<version>0.0.5</version>
	</parent>

	<url>git@github.com:mikera/${project.artifactId}.git</url>

	<scm>
		<connection>scm:git:git@github.com:mikera/${project.artifactId}.git</connection>
		<url>scm:git:git@github.com:mikera/${project.artifactId}.git</url>
		<developerConnection>scm:git:git@github.com:mikera/${project.artifactId}.git</developerConnection>
		<tag>mathz-0.3.0</tag>
	</scm>

	<licenses>
		<license>
			<name>GNU Lesser General Public License (LGPL)</name>
			<url>http://www.gnu.org/licenses/lgpl.html</url>
		</license>
	</licenses>

	<dependencies>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<version>4.11</version>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>net.mikera</groupId>
			<artifactId>randomz</artifactId>
			<version>0.3.0</version>
		</dependency>
		<dependency>
			<groupId>com.google.caliper</groupId>
			<artifactId>caliper</artifactId>
			<version>0.5-rc1</version>
			<scope>test</scope>
		</dependency>
	</dependencies>
</project>

POM Entry

<dependency>
   <groupId>net.mikera</groupId>
   <artifactId>mathz</artifactId>
   <version>0.3.0</version>
</dependency>

Download

If you think the following mathz-0.3.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download mathz-0.3.0.jar file




PreviousNext

Related