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