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