mmm-util-math
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>net.sf.m-m-m</groupId>
<artifactId>mmm-util-math</artifactId>
<version>8.7.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>net.sf.m-m-m</groupId>
<artifactId>mmm-util-math</artifactId>
<version>8.7.0</version>
<name>mmm-util-math</name>
<description>provides utilities for math and numbers.</description>
<url>http://m-m-m.sourceforge.net/mmm-util-math/</url>
<inceptionYear>2001</inceptionYear>
<organization>
<name>mmm-Team</name>
<url>http://m-m-m.sourceforge.net/team-list.html</url>
</organization>
<licenses>
<license>
<name>Apache Software License</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repro</distribution>
<comments></comments>
</license>
</licenses>
<developers>
<developer>
<id>hohwille</id>
<name>Jörg Hohwiller</name>
<email>hohwille@users.sourceforge.net</email>
<url>http://www.j-hohwiller.de/joerg</url>
<organization></organization>
<organizationUrl></organizationUrl>
<roles>
<role>admin</role>
<role>designer</role>
<role>developer</role>
</roles>
<timezone>+1</timezone>
</developer>
</developers>
<contributors>
<contributor>
<name>Malte Brunnlieb</name>
<email>m_brunnl@cs.uni-kl.de</email>
<url>https://github.com/may-bee/</url>
<organization></organization>
<organizationUrl></organizationUrl>
<timezone>+1</timezone>
</contributor>
<contributor>
<name>Christoph Bauer</name>
<email>fridolin@users.sourceforge.net</email>
<url>http://www.christoph-bauer.net/</url>
<organization></organization>
<organizationUrl></organizationUrl>
<timezone>+1</timezone>
</contributor>
</contributors>
<mailingLists>
<mailingList>
<name>mmm-devel</name>
<subscribe>http://lists.sourceforge.net/lists/listinfo/m-m-m-devel</subscribe>
<unsubscribe>http://lists.sourceforge.net/lists/listinfo/m-m-m-devel</unsubscribe>
<post>m-m-m-devel@lists.sourceforge.net</post>
<archive>http://sourceforge.net/mailarchive/forum.php?forum=m-m-m-devel</archive>
</mailingList>
</mailingLists>
<scm>
<connection>scm:git:https://github.com/m-m-m/util.git/mmm-util/mmm-util-math</connection>
<developerConnection>scm:git:https://github.com/m-m-m/util.git/mmm-util/mmm-util-math</developerConnection>
<tag></tag>
<url>https://github.com/m-m-m/util/tree/master/mmm-util/mmm-util-math</url>
</scm>
<issueManagement>
<system>GitHub</system>
<url>http://github.com/m-m-m/util/issues</url>
</issueManagement>
<distributionManagement>
<repository>
<id>sonatype-nexus-staging</id>
<name>MMM Staging Repository</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<name>MMM Snapshot Repository</name>
<url>file:///projects/mmm/workspaces/main/util/target/snapshots/</url>
</snapshotRepository>
<site>
<id>m-m-m.sf.net</id>
<url>file:///projects/mmm/workspaces/main/util/target/mmm-site/mmm-util/mmm-util-math</url>
</site>
</distributionManagement>
<dependencies>
<dependency>
<groupId>net.sf.m-m-m</groupId>
<artifactId>mmm-util-lang</artifactId>
<version>8.7.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
<version>1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>5.0.8.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
</dependencies>
</project>