mathz
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>net.mikera</groupId> <artifactId>mathz</artifactId> <version>0.3.0</version> </dependency>
<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>