MVN

net.sourceforge.fmpp : fmpp

Maven & Gradle

Sep 04, 2018
13 usages
82 stars

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

<dependency>
    <groupId>net.sourceforge.fmpp</groupId>
    <artifactId>fmpp</artifactId>
    <version>0.9.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sourceforge.fmpp : fmpp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.16

All Versions

Choose a version of net.sourceforge.fmpp : fmpp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
fmpp-0.9.16
fmpp-0.9.15
fmpp-0.9.14
fmpp-0.9.13

How to add a dependency to Maven

Add the following net.sourceforge.fmpp : fmpp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sourceforge.fmpp</groupId>
    <artifactId>fmpp</artifactId>
    <version>0.9.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sourceforge.fmpp : fmpp gradle dependency to your build.gradle file:

implementation 'net.sourceforge.fmpp:fmpp:0.9.16'

Gradle Kotlin DSL: Add the following net.sourceforge.fmpp : fmpp gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sourceforge.fmpp:fmpp:0.9.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sourceforge.fmpp : fmpp sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sourceforge.fmpp" % "fmpp" % "0.9.16"

Advertisement