is not current version
Last Version 11.4.18

org.webjars.npm:sweetalert2 5.3.7

WebJar for sweetalert2

GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

sweetalert2
Version

Version

5.3.7
Type

Type

jar

Download sweetalert2 5.3.7


<!-- https://jarcasting.com/artifacts/org.webjars.npm/sweetalert2/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>sweetalert2</artifactId>
    <version>5.3.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/sweetalert2/
implementation 'org.webjars.npm:sweetalert2:5.3.7'
// https://jarcasting.com/artifacts/org.webjars.npm/sweetalert2/
implementation ("org.webjars.npm:sweetalert2:5.3.7")
'org.webjars.npm:sweetalert2:jar:5.3.7'
<dependency org="org.webjars.npm" name="sweetalert2" rev="5.3.7">
  <artifact name="sweetalert2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='sweetalert2', version='5.3.7')
)
libraryDependencies += "org.webjars.npm" % "sweetalert2" % "5.3.7"
[org.webjars.npm/sweetalert2 "5.3.7"]