is not current version
Last Version 1.7.2

de.jacks-it-lab:frontend-plugins 1.7.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.

GroupId

GroupId

de.jacks-it-lab
ArtifactId

ArtifactId

frontend-plugins
Version

Version

1.7.1
Type

Type

pom

Download frontend-plugins 1.7.1


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