f

frontend-maven-plugin

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.
Files download
File Operation
frontend-maven-plugin-1.9.1.jar download
frontend-maven-plugin-1.9.1.pom download
frontend-maven-plugin-1.9.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.eirslett</groupId>
  <artifactId>frontend-maven-plugin</artifactId>
  <version>1.9.1</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.github.eirslett:frontend-maven-plugin:1.9.1'
Gradle Kotlin
implementation("com.github.eirslett:frontend-maven-plugin:1.9.1")
Scala SBT
libraryDependencies += "com.github.eirslett" % "frontend-maven-plugin" % "1.9.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.eirslett', module='frontend-maven-plugin', version='1.9.1')
)
Apache Ivy
<dependency org="com.github.eirslett" name="frontend-maven-plugin" rev="1.9.1" />
Leiningen
[com.github.eirslett/frontend-maven-plugin "1.9.1"]
Apache Buildr
'com.github.eirslett:frontend-maven-plugin:jar:1.9.1'