GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdbootbox |
Version | Version5.4.0 |
Type | Typejar |
Filename | Size |
---|---|
bootbox-5.4.0.pom | |
bootbox-5.4.0.jar | 27 KB |
bootbox-5.4.0-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/bootbox/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>bootbox</artifactId>
<version>5.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/bootbox/
implementation 'org.webjars:bootbox:5.4.0'
// https://jarcasting.com/artifacts/org.webjars/bootbox/
implementation ("org.webjars:bootbox:5.4.0")
'org.webjars:bootbox:jar:5.4.0'
<dependency org="org.webjars" name="bootbox" rev="5.4.0">
<artifact name="bootbox" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='bootbox', version='5.4.0')
)
libraryDependencies += "org.webjars" % "bootbox" % "5.4.0"
[org.webjars/bootbox "5.4.0"]