Notify.js
A simple, yet fully customizable notification library
See demos and full documentation at:
https://notifyjs.com/
Notify.js is released under the MIT License.
Copyright © Jaime Pillora <dev@jpillora.com>
| License |
License |
|---|---|
| GroupId | GroupIdorg.webjars.bower |
| ArtifactId | ArtifactIdnotifyjs |
| Last Version | Last Version0.4.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionnotifyjs
WebJar for notifyjs
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| notifyjs-0.4.2.pom | |
| notifyjs-0.4.2.jar | 122 KB |
| notifyjs-0.4.2-sources.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.bower/notifyjs/ -->
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>notifyjs</artifactId>
<version>0.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/notifyjs/
implementation 'org.webjars.bower:notifyjs:0.4.2'
// https://jarcasting.com/artifacts/org.webjars.bower/notifyjs/
implementation ("org.webjars.bower:notifyjs:0.4.2")
'org.webjars.bower:notifyjs:jar:0.4.2'
<dependency org="org.webjars.bower" name="notifyjs" rev="0.4.2">
<artifact name="notifyjs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='notifyjs', version='0.4.2')
)
libraryDependencies += "org.webjars.bower" % "notifyjs" % "0.4.2"
[org.webjars.bower/notifyjs "0.4.2"]
A simple, yet fully customizable notification library
See demos and full documentation at:
Notify.js is released under the MIT License.
Copyright © Jaime Pillora <dev@jpillora.com>