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