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