fractions-calculator-cli
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.anrisoftware.fractions</groupId> <artifactId>fractions-calculator-cli</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-calculator-cli</artifactId> <name>Fractions :: Calculator Command Line</name> <description>Calculates the continued fraction from a specified value.</description> <url>https://www.anr-institute.com/projects/projects/fractions-calculator-cli</url> <inceptionYear>2013</inceptionYear> <issueManagement> <system>Redmine</system> <url>https://www.anr-institute.com/projects/projects/fractions-calculator-cli</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-calculator-cli/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>com.anrisoftware.globalpom</groupId> <artifactId>globalpom-groovytestutils</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>com.anrisoftware.fractions</groupId> <artifactId>fractions-integer</artifactId> <version>2.7</version> <scope>test</scope> </dependency> <!-- own modules dependencies --> <dependency> <groupId>com.anrisoftware.fractions</groupId> <artifactId>fractions-core</artifactId> <version>2.7</version> </dependency> <!-- compile dependencies --> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-core</artifactId> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> </dependency> <dependency> <groupId>com.anrisoftware.globalpom</groupId> <artifactId>globalpomutils-core</artifactId> </dependency> <dependency> <groupId>com.anrisoftware.globalpom</groupId> <artifactId>globalpom-log</artifactId> </dependency> <dependency> <groupId>args4j</groupId> <artifactId>args4j</artifactId> </dependency> <dependency> <groupId>com.anrisoftware.propertiesutils</groupId> <artifactId>propertiesutils-contextproperties</artifactId> </dependency> <dependency> <groupId>org.antlr</groupId> <artifactId>ST4</artifactId> </dependency> <dependency> <groupId>com.anrisoftware.resources</groupId> <artifactId>resources-texts</artifactId> <version>1.15</version> </dependency> </dependencies> </project>