Download doxia-module-fml-1.8.jar file - Jar d

Jar examples for d:doxia-module-fml

Description

A Doxia module for FML source documents. FML format is only supported as source format.

You can download jar file doxia-module-fml 1.8 in this page.

License

Apache License

Build File

You can use the following script to add doxia-module-fml-1.8.jar to your project.

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

Download

Click the following link to download the jar file.

doxia-module-fml-1.8-javadoc.jar
doxia-module-fml-1.8-sources.jar
doxia-module-fml-1.8.jar
doxia-module-fml-1.8.pom



Related Tutorials