GroupId | GroupIdorg.webjars.bower |
---|---|
ArtifactId | ArtifactIdbootstrap-sass-official |
Version | Version3.0.3-0 |
Type | Typejar |
Filename | Size |
---|---|
bootstrap-sass-official-3.0.3-0.pom | |
bootstrap-sass-official-3.0.3-0.jar | 177 KB |
bootstrap-sass-official-3.0.3-0-sources.jar | 22 bytes |
bootstrap-sass-official-3.0.3-0-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.0.3-0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/bootstrap-sass-official/
implementation 'org.webjars.bower:bootstrap-sass-official:3.0.3-0'
// https://jarcasting.com/artifacts/org.webjars.bower/bootstrap-sass-official/
implementation ("org.webjars.bower:bootstrap-sass-official:3.0.3-0")
'org.webjars.bower:bootstrap-sass-official:jar:3.0.3-0'
<dependency org="org.webjars.bower" name="bootstrap-sass-official" rev="3.0.3-0">
<artifact name="bootstrap-sass-official" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='bootstrap-sass-official', version='3.0.3-0')
)
libraryDependencies += "org.webjars.bower" % "bootstrap-sass-official" % "3.0.3-0"
[org.webjars.bower/bootstrap-sass-official "3.0.3-0"]