| License | License | 
|---|---|
| Categories | CategoriesReact User Interface Web Frameworks | 
| GroupId | GroupIdorg.webjars.npm | 
| ArtifactId | ArtifactIdreact-bootstrap-sweetalert | 
| Last Version | Last Version1.1.11 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionreact-bootstrap-sweetalert WebJar for react-bootstrap-sweetalert | 
| Project URL | Project URL | 
<!-- https://jarcasting.com/artifacts/org.webjars.npm/react-bootstrap-sweetalert/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>react-bootstrap-sweetalert</artifactId>
    <version>1.1.11</version>
</dependency>// https://jarcasting.com/artifacts/org.webjars.npm/react-bootstrap-sweetalert/
implementation 'org.webjars.npm:react-bootstrap-sweetalert:1.1.11'// https://jarcasting.com/artifacts/org.webjars.npm/react-bootstrap-sweetalert/
implementation ("org.webjars.npm:react-bootstrap-sweetalert:1.1.11")'org.webjars.npm:react-bootstrap-sweetalert:jar:1.1.11'<dependency org="org.webjars.npm" name="react-bootstrap-sweetalert" rev="1.1.11">
  <artifact name="react-bootstrap-sweetalert" type="jar" />
</dependency>@Grapes(
@Grab(group='org.webjars.npm', module='react-bootstrap-sweetalert', version='1.1.11')
)libraryDependencies += "org.webjars.npm" % "react-bootstrap-sweetalert" % "1.1.11"[org.webjars.npm/react-bootstrap-sweetalert "1.1.11"]