Download frontend-maven-plugin-1.3.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.3 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.3.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials