is not current version
Last Version 5.1.3

org.webjars:bootstrap 2.0.2

WebJar for Bootstrap

GroupId

GroupId

org.webjars
ArtifactId

ArtifactId

bootstrap
Version

Version

2.0.2
Type

Type

jar

Download bootstrap 2.0.2


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