GroupId | GroupIdorg.webjars.bowergithub.twbs |
---|---|
ArtifactId | ArtifactIdbootstrap |
Version | Version3.4.1 |
Type | Typejar |
Filename | Size |
---|---|
bootstrap-3.4.1.pom | |
bootstrap-3.4.1.jar | 677 KB |
bootstrap-3.4.1-sources.jar | 22 bytes |
bootstrap-3.4.1-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.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bowergithub.twbs/bootstrap/
implementation 'org.webjars.bowergithub.twbs:bootstrap:3.4.1'
// https://jarcasting.com/artifacts/org.webjars.bowergithub.twbs/bootstrap/
implementation ("org.webjars.bowergithub.twbs:bootstrap:3.4.1")
'org.webjars.bowergithub.twbs:bootstrap:jar:3.4.1'
<dependency org="org.webjars.bowergithub.twbs" name="bootstrap" rev="3.4.1">
<artifact name="bootstrap" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bowergithub.twbs', module='bootstrap', version='3.4.1')
)
libraryDependencies += "org.webjars.bowergithub.twbs" % "bootstrap" % "3.4.1"
[org.webjars.bowergithub.twbs/bootstrap "3.4.1"]