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