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