License |
License |
---|---|
GroupId | GroupIdorg.webjars |
ArtifactId | ArtifactIdalertifyjs |
Last Version | Last Version1.13.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAlertifyJS
WebJar for AlertifyJS - a javascript framework for developing browser dialogs and notifications
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
alertifyjs-1.13.1.pom | |
alertifyjs-1.13.1.jar | 62 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/alertifyjs/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>alertifyjs</artifactId>
<version>1.13.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/alertifyjs/
implementation 'org.webjars:alertifyjs:1.13.1'
// https://jarcasting.com/artifacts/org.webjars/alertifyjs/
implementation ("org.webjars:alertifyjs:1.13.1")
'org.webjars:alertifyjs:jar:1.13.1'
<dependency org="org.webjars" name="alertifyjs" rev="1.13.1">
<artifact name="alertifyjs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='alertifyjs', version='1.13.1')
)
libraryDependencies += "org.webjars" % "alertifyjs" % "1.13.1"
[org.webjars/alertifyjs "1.13.1"]