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