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