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