| License | License
                                                        MIT                                                 | 
|---|---|
| GroupId | GroupIdorg.webjars.npm | 
| ArtifactId | ArtifactIdsweetalert2 | 
| Last Version | Last Version11.4.18 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionsweetalert2 WebJar for sweetalert2 | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| sweetalert2-11.4.18.pom | |
| sweetalert2-11.4.18.jar | 176 KB | 
| sweetalert2-11.4.18-sources.jar | 22 bytes | 
| sweetalert2-11.4.18-javadoc.jar | 22 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.webjars.npm/sweetalert2/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>sweetalert2</artifactId>
    <version>11.4.18</version>
</dependency>// https://jarcasting.com/artifacts/org.webjars.npm/sweetalert2/
implementation 'org.webjars.npm:sweetalert2:11.4.18'// https://jarcasting.com/artifacts/org.webjars.npm/sweetalert2/
implementation ("org.webjars.npm:sweetalert2:11.4.18")'org.webjars.npm:sweetalert2:jar:11.4.18'<dependency org="org.webjars.npm" name="sweetalert2" rev="11.4.18">
  <artifact name="sweetalert2" type="jar" />
</dependency>@Grapes(
@Grab(group='org.webjars.npm', module='sweetalert2', version='11.4.18')
)libraryDependencies += "org.webjars.npm" % "sweetalert2" % "11.4.18"[org.webjars.npm/sweetalert2 "11.4.18"]