docs-to-html
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.daisy.dotify</groupId> <artifactId>docs-to-html</artifactId> <version>1.0.0</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>docs-to-html</artifactId> <version>1.0.0</version> <name>docs-to-html</name> <description>Converts docs to html</description> <url>https://github.com/ologolo/docs-to-html</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/ologolo/docs-to-html</connection> <developerConnection>scm:git:https://github.com/ologolo/docs-to-html</developerConnection> <url>https://github.com/ologolo/docs-to-html</url> </scm> <dependencies> <dependency> <groupId>org.daisy.streamline</groupId> <artifactId>streamline-api</artifactId> <version>1.4.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>fr.opensagres.xdocreport</groupId> <artifactId>fr.opensagres.poi.xwpf.converter.xhtml</artifactId> <version>2.0.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>fr.opensagres.xdocreport</groupId> <artifactId>fr.opensagres.odfdom.converter.xhtml</artifactId> <version>2.0.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jsoup</groupId> <artifactId>jsoup</artifactId> <version>1.12.1</version> <scope>compile</scope> </dependency> </dependencies> </project>