GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdbootstrap-sass |
Version | Version3.3.1 |
Type | Typejar |
Filename | Size |
---|---|
bootstrap-sass-3.3.1.pom | |
bootstrap-sass-3.3.1.jar | 199 KB |
bootstrap-sass-3.3.1-javadoc.jar | 187 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/bootstrap-sass/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>bootstrap-sass</artifactId>
<version>3.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/bootstrap-sass/
implementation 'org.webjars:bootstrap-sass:3.3.1'
// https://jarcasting.com/artifacts/org.webjars/bootstrap-sass/
implementation ("org.webjars:bootstrap-sass:3.3.1")
'org.webjars:bootstrap-sass:jar:3.3.1'
<dependency org="org.webjars" name="bootstrap-sass" rev="3.3.1">
<artifact name="bootstrap-sass" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='bootstrap-sass', version='3.3.1')
)
libraryDependencies += "org.webjars" % "bootstrap-sass" % "3.3.1"
[org.webjars/bootstrap-sass "3.3.1"]