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

org.webjars.bower:bootstrap 5.0.0-alpha3

WebJar for bootstrap

Группа

Группа

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

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

bootstrap
Версия

Версия

5.0.0-alpha3
Тип

Тип

jar

Скачать bootstrap 5.0.0-alpha3


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