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