MVN

com.github.spullara.mustache.java : mustache-maven-plugin

Maven & Gradle

May 28, 2021
1.6k stars

mustache-maven-plugin Maven Mojo

<plugin>
    <groupId>com.github.spullara.mustache.java</groupId>
    <artifactId>mustache-maven-plugin</artifactId>
    <version>0.9.10</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.spullara.mustache.java : mustache-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.9.10

All Versions

Choose a version of com.github.spullara.mustache.java : mustache-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.9.x
mustache-maven-plugin-0.9.10
mustache-maven-plugin-0.9.7
mustache-maven-plugin-0.9.6
mustache-maven-plugin-0.9.5
mustache-maven-plugin-0.9.4
mustache-maven-plugin-0.9.3
mustache-maven-plugin-0.9.2
mustache-maven-plugin-0.9.1
mustache-maven-plugin-0.9.0
0.8.x
mustache-maven-plugin-0.8.18
mustache-maven-plugin-0.8.17
mustache-maven-plugin-0.8.16

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.github.spullara.mustache.java</groupId>
    <artifactId>mustache-maven-plugin</artifactId>
    <version>0.9.10</version>
</plugin>

Advertisement