| License |
License |
|---|---|
| GroupId | GroupIdorg.webjars |
| ArtifactId | ArtifactIdbootbox |
| Last Version | Last Version5.5.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionBootbox
WebJar for Bootbox
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| bootbox-5.5.2.pom | |
| bootbox-5.5.2.jar | 27 KB |
| bootbox-5.5.2-javadoc.jar | 24 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/bootbox/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>bootbox</artifactId>
<version>5.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/bootbox/
implementation 'org.webjars:bootbox:5.5.2'
// https://jarcasting.com/artifacts/org.webjars/bootbox/
implementation ("org.webjars:bootbox:5.5.2")
'org.webjars:bootbox:jar:5.5.2'
<dependency org="org.webjars" name="bootbox" rev="5.5.2">
<artifact name="bootbox" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='bootbox', version='5.5.2')
)
libraryDependencies += "org.webjars" % "bootbox" % "5.5.2"
[org.webjars/bootbox "5.5.2"]