Download doxia-module-xhtml-1.1.1.jar file - Jar d

Jar examples for d:doxia-module-xhtml

Description

A Doxia module for Xhtml source documents. Xhtml format is supported both as source and target formats.

You can download jar file doxia-module-xhtml 1.1.1 in this page.

License

Apache License

Build File

You can use the following script to add doxia-module-xhtml-1.1.1.jar to your project.

<dependency>
   <groupId>org.apache.maven.doxia</groupId>
   <artifactId>doxia-module-xhtml</artifactId>
   <version>1.1.1</version>
</dependency>
compile group: 'org.apache.maven.doxia', name: 'doxia-module-xhtml', version: '1.1.1'
libraryDependencies += "org.apache.maven.doxia" % "doxia-module-xhtml" % "1.1.1"
<dependency org="org.apache.maven.doxia" name="doxia-module-xhtml" rev="1.1.1"/>
@Grapes(@Grab(group='org.apache.maven.doxia', module='doxia-module-xhtml', version='1.1.1'))
'org.apache.maven.doxia:doxia-module-xhtml:jar:1.1.1'

Download

Click the following link to download the jar file.

doxia-module-xhtml-1.1.1-javadoc.jar
doxia-module-xhtml-1.1.1-sources.jar
doxia-module-xhtml-1.1.1.jar
doxia-module-xhtml-1.1.1.pom



Related Tutorials