MVN

net.unit8.maven.plugins : handlebars-maven-plugin

Maven & Gradle

Mar 06, 2013
7 stars

handlebars-maven-plugin · The maven plugin for precompiling handlbars.js templates.

<plugin>
    <groupId>net.unit8.maven.plugins</groupId>
    <artifactId>handlebars-maven-plugin</artifactId>
    <version>0.3.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.unit8.maven.plugins : handlebars-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.3.0

All Versions

Choose a version of net.unit8.maven.plugins : handlebars-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.3.x
handlebars-maven-plugin-0.3.0
0.2.x
handlebars-maven-plugin-0.2.0
0.1.x
handlebars-maven-plugin-0.1.2
handlebars-maven-plugin-0.1.1

How to add a plugin to Maven

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

<plugin>
    <groupId>net.unit8.maven.plugins</groupId>
    <artifactId>handlebars-maven-plugin</artifactId>
    <version>0.3.0</version>
</plugin>