не последняя версия
Последняя версия 5.1.3

org.webjars.bower:bootstrap 2.2.2

WebJar for bootstrap

Группа

Группа

org.webjars.bower
Идентификатор

Идентификатор

bootstrap
Версия

Версия

2.2.2
Тип

Тип

jar

Скачать bootstrap 2.2.2


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