fractions-integer
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.anrisoftware.fractions</groupId>
<artifactId>fractions-integer</artifactId>
<version>2.7</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.fractions</groupId>
<artifactId>fractions-parent</artifactId>
<version>2.7</version>
<relativePath>../fractions-parent</relativePath>
</parent>
<artifactId>fractions-integer</artifactId>
<name>Fractions :: Integer</name>
<description>Continued fraction with the denominators n in ℤ*.</description>
<inceptionYear>2012</inceptionYear>
<url>https://www.anr-institute.com/projects/projects/fractions-integer</url>
<issueManagement>
<system>Redmine</system>
<url>https://www.anr-institute.com/projects/projects/fractions-integer</url>
</issueManagement>
<scm>
<connection>scm:git:git@anrisoftware.com:fractions.git</connection>
<developerConnection>scm:git:git@anrisoftware.com:fractions.git</developerConnection>
<url>https://anrisoftware.com/projects/projects/fractions-integer/repository</url>
</scm>
<distributionManagement>
<site>
<id>anrisoftware</id>
<url>dav:https://anrisoftware.com/javadoc/${project.groupId}/${project.artifactId}</url>
</site>
<repository>
<id>osssonatype</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
<snapshotRepository>
<id>osssonatype_snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
<dependencies>
<!-- test dependencies -->
<dependency>
<groupId>org.perfidix</groupId>
<artifactId>perfidix</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.anrisoftware.globalpom</groupId>
<artifactId>globalpom-groovytestutils</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.antlr</groupId>
<artifactId>ST4</artifactId>
<scope>test</scope>
</dependency>
<!-- own modules dependencies -->
<dependency>
<groupId>com.anrisoftware.fractions</groupId>
<artifactId>fractions-core</artifactId>
<version>2.7</version>
</dependency>
<!-- other dependencies -->
<dependency>
<groupId>com.google.inject.extensions</groupId>
<artifactId>guice-assistedinject</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId>
</dependency>
<dependency>
<groupId>com.anrisoftware.globalpom</groupId>
<artifactId>globalpomutils-core</artifactId>
</dependency>
<dependency>
<groupId>com.anrisoftware.globalpom</groupId>
<artifactId>globalpomutils-math</artifactId>
</dependency>
<dependency>
<groupId>org.mangosdk.spi</groupId>
<artifactId>spi</artifactId>
<optional>true</optional>
</dependency>
</dependencies>
</project>