MVN

com.github.eirslett : frontend-maven-plugin-with-example

Maven & Gradle

Sep 20, 2013
4.1k stars

Maven Frontend Plugin · This Maven plugin lets you install Node/NPM locally for your project, install dependencies with NPM, run Grunt tasks, and/or run Karma tests.

<dependency>
    <groupId>com.github.eirslett</groupId>
    <artifactId>frontend-maven-plugin-with-example</artifactId>
    <version>0.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.eirslett : frontend-maven-plugin-with-example to add to Maven - Latest Versions:

  • Latest Stable: 0.0.3

All Versions

Choose a version of com.github.eirslett : frontend-maven-plugin-with-example to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
frontend-maven-plugin-with-example-0.0.3

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.eirslett</groupId>
    <artifactId>frontend-maven-plugin-with-example</artifactId>
    <version>0.0.3</version>
</dependency>

Advertisement