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