dotify.formatter.impl
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.daisy.dotify</groupId>
<artifactId>dotify.formatter.impl</artifactId>
<version>5.0.8</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.formatter.impl</artifactId>
<version>5.0.8</version>
<name>dotify.formatter.impl</name>
<description>Dotify Formatter</description>
<url>https://github.com/mtmse/dotify.formatter.impl</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>
<developer>
<id>bertfrees</id>
<name>Bert Frees</name>
</developer>
<developer>
<id>kalaspuffar</id>
<name>Daniel Persson</name>
</developer>
<developer>
<id>paulrambags</id>
<name>Paul Rambags</name>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/mtmse/dotify.formatter.impl.git</connection>
<developerConnection>scm:git:https://github.com/mtmse/dotify.formatter.impl.git</developerConnection>
<url>https://github.com/mtmse/dotify.formatter.impl</url>
</scm>
<dependencies>
<dependency>
<groupId>org.daisy.dotify</groupId>
<artifactId>dotify.api</artifactId>
<version>5.0.7</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.daisy.dotify</groupId>
<artifactId>dotify.common</artifactId>
<version>4.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.daisy.libs</groupId>
<artifactId>saxon-he</artifactId>
<version>9.5.1.5</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>Saxon-HE</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
<version>5.1.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>