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