Download doxia-module-fml-1.4.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.4 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials