is not current version
Last Version 5.2.0-beta1

org.webjars.npm:bootstrap 3.4.0

WebJar for bootstrap

GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

bootstrap
Version

Version

3.4.0
Type

Type

jar

Download bootstrap 3.4.0


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