Download fmpp-0.9.15.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.15 in this page.

License

Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

fmpp-0.9.15-javadoc.jar
fmpp-0.9.15-sources.jar
fmpp-0.9.15.jar
fmpp-0.9.15.pom



Related Tutorials