не последняя версия
Последняя версия 1.12.1

com.github.eirslett:frontend-plugins 1.10.4

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

Группа

Группа

com.github.eirslett
Идентификатор

Идентификатор

frontend-plugins
Версия

Версия

1.10.4
Тип

Тип

pom

Скачать frontend-plugins 1.10.4

Имя Файла Размер
frontend-plugins-1.10.4.pom 7 KB
Обзор

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