| Categories |
CategoriesAngular User Interface Web Frameworks |
|---|---|
| GroupId | GroupIdorg.webjars.bower |
| ArtifactId | ArtifactIdangular-ui-notification |
| Version | Version0.3.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| angular-ui-notification-0.3.5.pom | |
| angular-ui-notification-0.3.5.jar | 19 KB |
| angular-ui-notification-0.3.5-sources.jar | 22 bytes |
| angular-ui-notification-0.3.5-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.bower/angular-ui-notification/ -->
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>angular-ui-notification</artifactId>
<version>0.3.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/angular-ui-notification/
implementation 'org.webjars.bower:angular-ui-notification:0.3.5'
// https://jarcasting.com/artifacts/org.webjars.bower/angular-ui-notification/
implementation ("org.webjars.bower:angular-ui-notification:0.3.5")
'org.webjars.bower:angular-ui-notification:jar:0.3.5'
<dependency org="org.webjars.bower" name="angular-ui-notification" rev="0.3.5">
<artifact name="angular-ui-notification" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='angular-ui-notification', version='0.3.5')
)
libraryDependencies += "org.webjars.bower" % "angular-ui-notification" % "0.3.5"
[org.webjars.bower/angular-ui-notification "0.3.5"]