globalpomutils-math
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.anrisoftware.globalpom</groupId> <artifactId>globalpomutils-math</artifactId> <version>4.5.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> <parent> <groupId>com.anrisoftware.globalpom</groupId> <artifactId>globalpomutils-parent</artifactId> <version>4.5.0</version> <relativePath>../globalpomutils-parent</relativePath> </parent> <artifactId>globalpomutils-math</artifactId> <name>Global POM Utilities :: Math</name> <packaging>bundle</packaging> <description>Mathematical classes.</description> <inceptionYear>2013</inceptionYear> <url>https://javadoc.anrisoftware.com/${project.groupId}/${project.artifactId}/${project.version}/</url> <properties> <project.custom.bundle.namespace>com.anrisoftware.globalpom.math</project.custom.bundle.namespace> <project.custom.bundle.namespace.internal>com.anrisoftware.globalpom.math.internal</project.custom.bundle.namespace.internal> </properties> <issueManagement> <system>Redmine</system> <url>${project.custom.home}</url> </issueManagement> <scm> <connection>${project.custom.scm.pub}</connection> <developerConnection>${project.custom.scm.dev}</developerConnection> <url>${project.custom.scm.url}</url> <tag>globalpomutils-bundle-4.5.0</tag> </scm> <distributionManagement> <site> <id>site-ssh</id> <url>${site.ssh.url}</url> </site> <repository> <id>public_releases</id> <url>https://maven.anrisoftware.com/repository/maven-releases/</url> </repository> <snapshotRepository> <id>public_snapshots</id> <url>https://maven.anrisoftware.com/repository/maven-snapshots/</url> </snapshotRepository> </distributionManagement> <dependencies> <!-- test dependencies --> <dependency> <groupId>com.anrisoftware.globalpom</groupId> <artifactId>globalpom-groovytestutils</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>com.thoughtworks.xstream</groupId> <artifactId>xstream</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.perfidix</groupId> <artifactId>perfidix</artifactId> <scope>test</scope> </dependency> <!-- for distribution --> <dependency> <groupId>net.sf.trove4j</groupId> <artifactId>trove4j</artifactId> <optional>true</optional> </dependency> <!-- compile dependencies --> <dependency> <groupId>com.anrisoftware.globalpom</groupId> <artifactId>globalpom-log</artifactId> <type>bundle</type> </dependency> <dependency> <groupId>com.google.inject.extensions</groupId> <artifactId>guice-assistedinject</artifactId> </dependency> <dependency> <groupId>com.anrisoftware.propertiesutils</groupId> <artifactId>propertiesutils-contextproperties</artifactId> <type>bundle</type> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-math3</artifactId> </dependency> <dependency> <groupId>org.jscience</groupId> <artifactId>jscience</artifactId> </dependency> </dependencies> </project>