Download fmpp-0.9.14.jar file - Jar f

Jar examples for f:fmpp

Description

General-purpose text file preprocessor tool that uses FreeMarker templates.

You can download jar file fmpp 0.9.14 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add fmpp-0.9.14.jar to your project.

<dependency>
   <groupId>net.sourceforge.fmpp</groupId>
   <artifactId>fmpp</artifactId>
   <version>0.9.14</version>
</dependency>
compile group: 'net.sourceforge.fmpp', name: 'fmpp', version: '0.9.14'
libraryDependencies += "net.sourceforge.fmpp" % "fmpp" % "0.9.14"
<dependency org="net.sourceforge.fmpp" name="fmpp" rev="0.9.14"/>
@Grapes(@Grab(group='net.sourceforge.fmpp', module='fmpp', version='0.9.14'))
'net.sourceforge.fmpp:fmpp:jar:0.9.14'

Download

Click the following link to download the jar file.

fmpp-0.9.14.jar
fmpp-0.9.14.pom
fmpp-0.9.14-sources.jar



Related Tutorials