MVN

de.jacks-it-lab : frontend-plugins

Maven & Gradle

Jan 06, 2020
1 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>de.jacks-it-lab</groupId>
    <artifactId>frontend-plugins</artifactId>
    <version>1.7.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.jacks-it-lab : frontend-plugins to add to Maven - Latest Versions:

  • Latest Stable: 1.7.2

All Versions

Choose a version of de.jacks-it-lab : frontend-plugins to add to Maven - All Versions:

Version Vulnerabilities Updated
1.7.x
frontend-plugins-1.7.2
frontend-plugins-1.7.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>de.jacks-it-lab</groupId>
    <artifactId>frontend-plugins</artifactId>
    <version>1.7.2</version>
</dependency>

Advertisement