ditac
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.evolvedbinary.thirdparty.com.xmlmind</groupId>
<artifactId>ditac</artifactId>
<version>3.11.1.1</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>
<groupId>com.evolvedbinary.thirdparty.com.xmlmind</groupId>
<artifactId>ditac</artifactId>
<version>3.11.1.1</version>
<name>XMLmind DITA Converter</name>
<description>XMLmind DITA Converter</description>
<url>https://www.xmlmind.com/ditac/</url>
<inceptionYear>2022</inceptionYear>
<organization>
<name>XMLmind</name>
<url>https://www.xmlmind.com</url>
</organization>
<developers>
<developer>
<organization>XMLmind</organization>
<organizationUrl>https://www.xmlmind.com</organizationUrl>
</developer>
</developers>
<contributors>
<contributor>
<organization>Evolved Binary</organization>
<organizationUrl>https://www.evolvedbinary.com</organizationUrl>
<roles>
<role>Packager</role>
</roles>
</contributor>
</contributors>
<licenses>
<license>
<name>Mozilla Public License 2.0 (MPL-2.0)</name>
<url>https://opensource.org/licenses/MPL-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>http://www.xmlmind.com/ditac/download.shtml</url>
</scm>
<dependencies>
<dependency>
<groupId>thaiopensource</groupId>
<artifactId>jing</artifactId>
<version>20030619</version>
</dependency>
<dependency>
<groupId>xml-resolver</groupId>
<artifactId>xml-resolver</artifactId>
<version>1.2</version>
</dependency>
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
<version>10.8</version>
</dependency>
<dependency>
<groupId>net.sf.xslthl</groupId>
<artifactId>xslthl</artifactId>
<version>2.1.3</version>
</dependency>
<dependency>
<groupId>com.evolvedbinary.thirdparty.com.xmlmind</groupId>
<artifactId>whcmin</artifactId>
<version>3.3.2</version>
</dependency>
<dependency>
<groupId>org.dkpro.core</groupId>
<artifactId>dkpro-core-snowball-asl</artifactId>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-all</artifactId>
<version>0.62.2</version>
<classifier>lib</classifier>
</dependency>
</dependencies>
</project>