| GroupId | GroupIdorg.webjars.bower |
|---|---|
| ArtifactId | ArtifactIdng-notify |
| Version | Version0.6.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ng-notify-0.6.2.pom | |
| ng-notify-0.6.2.jar | 21 KB |
| ng-notify-0.6.2-sources.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.bower/ng-notify/ -->
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>ng-notify</artifactId>
<version>0.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/ng-notify/
implementation 'org.webjars.bower:ng-notify:0.6.2'
// https://jarcasting.com/artifacts/org.webjars.bower/ng-notify/
implementation ("org.webjars.bower:ng-notify:0.6.2")
'org.webjars.bower:ng-notify:jar:0.6.2'
<dependency org="org.webjars.bower" name="ng-notify" rev="0.6.2">
<artifact name="ng-notify" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='ng-notify', version='0.6.2')
)
libraryDependencies += "org.webjars.bower" % "ng-notify" % "0.6.2"
[org.webjars.bower/ng-notify "0.6.2"]