Last Version

Frontend Plugins 1.12.1

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

License

License

GroupId

GroupId

com.github.eirslett
ArtifactId

ArtifactId

frontend-plugins
Version

Version

1.12.1
Type

Type

pom
Description

Description

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.
Project URL

Project URL

https://github.com/eirslett/frontend-maven-plugin
Source Code Management

Source Code Management

https://github.com/eirslett/frontend-maven-plugin

Download frontend-plugins 1.12.1


<!-- https://jarcasting.com/artifacts/com.github.eirslett/frontend-plugins/ -->
<dependency>
    <groupId>com.github.eirslett</groupId>
    <artifactId>frontend-plugins</artifactId>
    <version>1.12.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.eirslett/frontend-plugins/
implementation 'com.github.eirslett:frontend-plugins:1.12.1'
// https://jarcasting.com/artifacts/com.github.eirslett/frontend-plugins/
implementation ("com.github.eirslett:frontend-plugins:1.12.1")
'com.github.eirslett:frontend-plugins:pom:1.12.1'
<dependency org="com.github.eirslett" name="frontend-plugins" rev="1.12.1">
  <artifact name="frontend-plugins" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.eirslett', module='frontend-plugins', version='1.12.1')
)
libraryDependencies += "com.github.eirslett" % "frontend-plugins" % "1.12.1"
[com.github.eirslett/frontend-plugins "1.12.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • frontend-plugin-core
  • frontend-maven-plugin