| License |
License |
|---|---|
| GroupId | GroupIdde.jacks-it-lab |
| ArtifactId | ArtifactIdfrontend-plugins |
| Last Version | Last Version1.7.2 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionFrontend 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 |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| frontend-plugins-1.7.2.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.jacks-it-lab/frontend-plugins/ -->
<dependency>
<groupId>de.jacks-it-lab</groupId>
<artifactId>frontend-plugins</artifactId>
<version>1.7.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.jacks-it-lab/frontend-plugins/
implementation 'de.jacks-it-lab:frontend-plugins:1.7.2'
// https://jarcasting.com/artifacts/de.jacks-it-lab/frontend-plugins/
implementation ("de.jacks-it-lab:frontend-plugins:1.7.2")
'de.jacks-it-lab:frontend-plugins:pom:1.7.2'
<dependency org="de.jacks-it-lab" name="frontend-plugins" rev="1.7.2">
<artifact name="frontend-plugins" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.jacks-it-lab', module='frontend-plugins', version='1.7.2')
)
libraryDependencies += "de.jacks-it-lab" % "frontend-plugins" % "1.7.2"
[de.jacks-it-lab/frontend-plugins "1.7.2"]