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