MVN

com.github.sviperll : mustache-maven-plugin

Maven & Gradle

Apr 21, 2023

mustache-maven-plugin · Render mustache templates during the build

<plugin>
    <groupId>com.github.sviperll</groupId>
    <artifactId>mustache-maven-plugin</artifactId>
    <version>0.23</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.23
  • Latest Release Candidate: 0.23-rc2
  • Latest Beta: 0.24-beta2

All Versions

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

Version Vulnerabilities Updated
0.24
mustache-maven-plugin-0.24-beta2
0.23
mustache-maven-plugin-0.23
mustache-maven-plugin-0.23-rc2
mustache-maven-plugin-0.23-rc1
0.22
mustache-maven-plugin-0.22
0.21
mustache-maven-plugin-0.21
0.20
mustache-maven-plugin-0.20
0.16
mustache-maven-plugin-0.16
0.15
mustache-maven-plugin-0.15
0.14
mustache-maven-plugin-0.14
0.13
mustache-maven-plugin-0.13
0.12
mustache-maven-plugin-0.12
0.11
mustache-maven-plugin-0.11
0.10
mustache-maven-plugin-0.10
0.9
mustache-maven-plugin-0.9
0.8
mustache-maven-plugin-0.8
0.7
mustache-maven-plugin-0.7
0.6
mustache-maven-plugin-0.6
0.2
mustache-maven-plugin-0.2

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.sviperll</groupId>
    <artifactId>mustache-maven-plugin</artifactId>
    <version>0.23</version>
</plugin>