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