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