is not current version
Last Version 5.2.0-beta1

org.webjars.npm:bootstrap 4.1.0

WebJar for bootstrap

GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

bootstrap
Version

Version

4.1.0
Type

Type

jar

Download bootstrap 4.1.0


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