License |
License
MIT
|
---|---|
GroupId | GroupIdorg.webjars.bower |
ArtifactId | ArtifactIdbootstrap |
Last Version | Last Version5.1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionbootstrap
WebJar for bootstrap
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bootstrap-5.1.3.pom | |
bootstrap-5.1.3.jar | 3 MB |
bootstrap-5.1.3-sources.jar | 22 bytes |
bootstrap-5.1.3-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.bower/bootstrap/ -->
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>bootstrap</artifactId>
<version>5.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/bootstrap/
implementation 'org.webjars.bower:bootstrap:5.1.3'
// https://jarcasting.com/artifacts/org.webjars.bower/bootstrap/
implementation ("org.webjars.bower:bootstrap:5.1.3")
'org.webjars.bower:bootstrap:jar:5.1.3'
<dependency org="org.webjars.bower" name="bootstrap" rev="5.1.3">
<artifact name="bootstrap" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='bootstrap', version='5.1.3')
)
libraryDependencies += "org.webjars.bower" % "bootstrap" % "5.1.3"
[org.webjars.bower/bootstrap "5.1.3"]