| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.eirslett |
| Идентификатор | Идентификаторfrontend-plugin-core |
| Последняя версия | Последняя версия1.12.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеThis Maven plugin lets you install Node/NPM locally
for your project, install dependencies with NPM,
run Grunt tasks, and/or run Karma tests.
|
| Имя Файла | Размер |
|---|---|
| frontend-plugin-core-1.12.1.pom | |
| frontend-plugin-core-1.12.1.jar | 69 KB |
| frontend-plugin-core-1.12.1-sources.jar | 35 KB |
| frontend-plugin-core-1.12.1-javadoc.jar | 127 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.eirslett/frontend-plugin-core/ -->
<dependency>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-plugin-core</artifactId>
<version>1.12.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.eirslett/frontend-plugin-core/
implementation 'com.github.eirslett:frontend-plugin-core:1.12.1'
// https://jarcasting.com/artifacts/com.github.eirslett/frontend-plugin-core/
implementation ("com.github.eirslett:frontend-plugin-core:1.12.1")
'com.github.eirslett:frontend-plugin-core:jar:1.12.1'
<dependency org="com.github.eirslett" name="frontend-plugin-core" rev="1.12.1">
<artifact name="frontend-plugin-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.eirslett', module='frontend-plugin-core', version='1.12.1')
)
libraryDependencies += "com.github.eirslett" % "frontend-plugin-core" % "1.12.1"
[com.github.eirslett/frontend-plugin-core "1.12.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.fasterxml.jackson.core : jackson-core | jar | 2.13.0 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.13.0 |
| org.apache.commons : commons-compress | jar | 1.21 |
| commons-io : commons-io | jar | 2.11.0 |
| org.apache.commons : commons-exec | jar | 1.3 |
| org.apache.httpcomponents : httpclient | jar | 4.5.13 |
| org.codehaus.plexus : plexus-utils | jar | 3.0.22 |
| org.slf4j : slf4j-api | jar | 1.7.5 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.1 |
| org.hamcrest : hamcrest | jar | 2.2 |
| org.mockito : mockito-core | jar | 4.1.0 |