is not current version
Last Version 3.4.1

org.webjars:bootstrap-sass 3.1.1

WebJar for Sass Bootstrap

GroupId

GroupId

org.webjars
ArtifactId

ArtifactId

bootstrap-sass
Version

Version

3.1.1
Type

Type

jar

Download bootstrap-sass 3.1.1


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