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