License |
License |
---|---|
GroupId | GroupIdio.github.alexandertang |
ArtifactId | ArtifactIdfrontend-plugins |
Version | Version1.9.2-failsafe |
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.9.2-failsafe.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.alexandertang/frontend-plugins/ -->
<dependency>
<groupId>io.github.alexandertang</groupId>
<artifactId>frontend-plugins</artifactId>
<version>1.9.2-failsafe</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.alexandertang/frontend-plugins/
implementation 'io.github.alexandertang:frontend-plugins:1.9.2-failsafe'
// https://jarcasting.com/artifacts/io.github.alexandertang/frontend-plugins/
implementation ("io.github.alexandertang:frontend-plugins:1.9.2-failsafe")
'io.github.alexandertang:frontend-plugins:pom:1.9.2-failsafe'
<dependency org="io.github.alexandertang" name="frontend-plugins" rev="1.9.2-failsafe">
<artifact name="frontend-plugins" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.alexandertang', module='frontend-plugins', version='1.9.2-failsafe')
)
libraryDependencies += "io.github.alexandertang" % "frontend-plugins" % "1.9.2-failsafe"
[io.github.alexandertang/frontend-plugins "1.9.2-failsafe"]