MVN

io.github.alexandertang : frontend-plugins

Maven & Gradle

Apr 01, 2020
0 stars

Frontend Plugins · 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>io.github.alexandertang</groupId>
    <artifactId>frontend-plugins</artifactId>
    <version>1.9.2-failsafe</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.alexandertang : frontend-plugins to add to Maven - Latest Versions:

  • Latest Stable: 1.9.2-failsafe

All Versions

Choose a version of io.github.alexandertang : frontend-plugins to add to Maven - All Versions:

Version Vulnerabilities Updated
1.9.x
frontend-plugins-1.9.2-failsafe
frontend-plugins-1.9.1-failsafe

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.alexandertang</groupId>
    <artifactId>frontend-plugins</artifactId>
    <version>1.9.2-failsafe</version>
</dependency>

Advertisement