dotify-cli
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.daisy.dotify</groupId> <artifactId>dotify-cli</artifactId> <version>3.2.3</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>org.daisy.dotify</groupId> <artifactId>dotify-cli</artifactId> <version>3.2.3</version> <name>dotify-cli</name> <description>Dotify CLI</description> <url>https://github.com/brailleapps/dotify-cli</url> <licenses> <license> <name>LGPL</name> <url>http://www.gnu.org/licenses/lgpl.html</url> </license> </licenses> <developers> <developer> <id>joel</id> <name>Joel Håkansson</name> </developer> </developers> <scm> <connection>scm:git:https://github.com/brailleapps/dotify-cli.git</connection> <developerConnection>scm:git:https://github.com/brailleapps/dotify-cli.git</developerConnection> <url>https://github.com/brailleapps/dotify-cli</url> </scm> <dependencies> <dependency> <groupId>org.daisy.streamline</groupId> <artifactId>streamline-cli</artifactId> <version>1.0.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.daisy.streamline</groupId> <artifactId>streamline-api</artifactId> <version>1.5.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.daisy.streamline</groupId> <artifactId>streamline-engine</artifactId> <version>1.3.0</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>streamline-api</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.daisy.dotify</groupId> <artifactId>dotify.library</artifactId> <version>1.0.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.daisy.dotify</groupId> <artifactId>dotify.task.impl</artifactId> <version>5.0.1</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>Saxon-HE</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>dotify.common</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>streamline-api</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>dotify.api</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.googlecode.texhyphj</groupId> <artifactId>texhyphj</artifactId> <version>1.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-jdk14</artifactId> <version>1.7.2</version> <scope>runtime</scope> </dependency> </dependencies> </project>