| Группа | Группаorg.webjars.npm |
|---|---|
| Идентификатор | Идентификаторnpm-check-updates |
| Версия | Версия4.0.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| npm-check-updates-4.0.1.pom | |
| npm-check-updates-4.0.1.jar | 27 KB |
| npm-check-updates-4.0.1-sources.jar | 22 bytes |
| npm-check-updates-4.0.1-javadoc.jar | 22 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/npm-check-updates/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>npm-check-updates</artifactId>
<version>4.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/npm-check-updates/
implementation 'org.webjars.npm:npm-check-updates:4.0.1'
// https://jarcasting.com/artifacts/org.webjars.npm/npm-check-updates/
implementation ("org.webjars.npm:npm-check-updates:4.0.1")
'org.webjars.npm:npm-check-updates:jar:4.0.1'
<dependency org="org.webjars.npm" name="npm-check-updates" rev="4.0.1">
<artifact name="npm-check-updates" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='npm-check-updates', version='4.0.1')
)
libraryDependencies += "org.webjars.npm" % "npm-check-updates" % "4.0.1"
[org.webjars.npm/npm-check-updates "4.0.1"]