| GroupId | GroupIdorg.webjars |
|---|---|
| ArtifactId | ArtifactIdbootstrap |
| Version | Version4.0.0-beta-1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| bootstrap-4.0.0-beta-1.pom | |
| bootstrap-4.0.0-beta-1.jar | 445 KB |
| bootstrap-4.0.0-beta-1-sources.jar | 3 KB |
| bootstrap-4.0.0-beta-1-javadoc.jar | 438 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/bootstrap/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>bootstrap</artifactId>
<version>4.0.0-beta-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/bootstrap/
implementation 'org.webjars:bootstrap:4.0.0-beta-1'
// https://jarcasting.com/artifacts/org.webjars/bootstrap/
implementation ("org.webjars:bootstrap:4.0.0-beta-1")
'org.webjars:bootstrap:jar:4.0.0-beta-1'
<dependency org="org.webjars" name="bootstrap" rev="4.0.0-beta-1">
<artifact name="bootstrap" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='bootstrap', version='4.0.0-beta-1')
)
libraryDependencies += "org.webjars" % "bootstrap" % "4.0.0-beta-1"
[org.webjars/bootstrap "4.0.0-beta-1"]