is not current version
Last Version 3.4.1

org.webjars:bootstrap-sass 3.2.0

WebJar for Sass Bootstrap

GroupId

GroupId

org.webjars
ArtifactId

ArtifactId

bootstrap-sass
Version

Version

3.2.0
Type

Type

jar

Download bootstrap-sass 3.2.0


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