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