is not current version
Last Version 5.1.3

org.webjars:bootstrap 4.6.0-1

WebJar for Bootstrap

GroupId

GroupId

org.webjars
ArtifactId

ArtifactId

bootstrap
Version

Version

4.6.0-1
Type

Type

jar

Download bootstrap 4.6.0-1


<!-- https://jarcasting.com/artifacts/org.webjars/bootstrap/ -->
<dependency>
    <groupId>org.webjars</groupId>
    <artifactId>bootstrap</artifactId>
    <version>4.6.0-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/bootstrap/
implementation 'org.webjars:bootstrap:4.6.0-1'
// https://jarcasting.com/artifacts/org.webjars/bootstrap/
implementation ("org.webjars:bootstrap:4.6.0-1")
'org.webjars:bootstrap:jar:4.6.0-1'
<dependency org="org.webjars" name="bootstrap" rev="4.6.0-1">
  <artifact name="bootstrap" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='bootstrap', version='4.6.0-1')
)
libraryDependencies += "org.webjars" % "bootstrap" % "4.6.0-1"
[org.webjars/bootstrap "4.6.0-1"]