| GroupId | GroupIdorg.webjars.npm |
|---|---|
| ArtifactId | ArtifactIdnode-notifier |
| Version | Version5.4.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| node-notifier-5.4.3.pom | |
| node-notifier-5.4.3.jar | 762 KB |
| node-notifier-5.4.3-sources.jar | 22 bytes |
| node-notifier-5.4.3-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/node-notifier/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>node-notifier</artifactId>
<version>5.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/node-notifier/
implementation 'org.webjars.npm:node-notifier:5.4.3'
// https://jarcasting.com/artifacts/org.webjars.npm/node-notifier/
implementation ("org.webjars.npm:node-notifier:5.4.3")
'org.webjars.npm:node-notifier:jar:5.4.3'
<dependency org="org.webjars.npm" name="node-notifier" rev="5.4.3">
<artifact name="node-notifier" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='node-notifier', version='5.4.3')
)
libraryDependencies += "org.webjars.npm" % "node-notifier" % "5.4.3"
[org.webjars.npm/node-notifier "5.4.3"]