Last Version

Maven Frontend Plugin 0.0.3

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

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.github.eirslett
ArtifactId

ArtifactId

frontend-maven-plugin-with-example
Version

Version

0.0.3
Type

Type

pom
Description

Description

Maven Frontend Plugin
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-maven-plugin-with-example 0.0.3


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

Dependencies

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

Project Modules

  • frontend-maven-plugin