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

org.webjars.bower:bootstrap 4.0.0-alpha.6

WebJar for bootstrap

Группа

Группа

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

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

bootstrap
Версия

Версия

4.0.0-alpha.6
Тип

Тип

jar

Скачать bootstrap 4.0.0-alpha.6


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