dotify.translator.impl
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.daisy.dotify</groupId>
<artifactId>dotify.translator.impl</artifactId>
<version>5.1.1</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.translator.impl</artifactId>
<version>5.1.1</version>
<name>dotify.translator.impl</name>
<description>Dotify Braille Translator</description>
<url>https://github.com/brailleapps/dotify.translator.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>
</developers>
<scm>
<connection>scm:git:https://github.com/brailleapps/dotify.translator.impl.git</connection>
<developerConnection>scm:git:https://github.com/brailleapps/dotify.translator.impl.git</developerConnection>
<url>https://github.com/brailleapps/dotify.translator.impl</url>
</scm>
<dependencies>
<dependency>
<groupId>org.daisy.dotify</groupId>
<artifactId>dotify.api</artifactId>
<version>5.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.daisy.dotify</groupId>
<artifactId>dotify.common</artifactId>
<version>4.4.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.liblouis</groupId>
<artifactId>liblouis-java</artifactId>
<version>4.2.0</version>
<classifier>standalone</classifier>
<scope>compile</scope>
</dependency>
</dependencies>
</project>