Download frontend-maven-plugin-1.6.jar file - Jar f

Jar examples for f:frontend-maven-plugin

Description

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

You can download jar file frontend-maven-plugin 1.6 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add frontend-maven-plugin-1.6.jar to your project.

<dependency>
   <groupId>com.github.eirslett</groupId>
   <artifactId>frontend-maven-plugin</artifactId>
   <version>1.6</version>
</dependency>
compile group: 'com.github.eirslett', name: 'frontend-maven-plugin', version: '1.6'
libraryDependencies += "com.github.eirslett" % "frontend-maven-plugin" % "1.6"
<dependency org="com.github.eirslett" name="frontend-maven-plugin" rev="1.6"/>
@Grapes(@Grab(group='com.github.eirslett', module='frontend-maven-plugin', version='1.6'))
'com.github.eirslett:frontend-maven-plugin:jar:1.6'

Download

Click the following link to download the jar file.

frontend-maven-plugin-1.6-javadoc.jar
frontend-maven-plugin-1.6-sources.jar
frontend-maven-plugin-1.6.jar
frontend-maven-plugin-1.6.pom



Related Tutorials