is not current version
Last Version 5.1.3

org.webjars:bootstrap 2.2.2-1

WebJar for Bootstrap

GroupId

GroupId

org.webjars
ArtifactId

ArtifactId

bootstrap
Version

Version

2.2.2-1
Type

Type

jar

Download bootstrap 2.2.2-1


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