License |
License
MIT
|
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdbootstrap |
Last Version | Last Version5.2.0-beta1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionbootstrap
WebJar for bootstrap
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bootstrap-5.2.0-beta1.pom | |
bootstrap-5.2.0-beta1.jar | 1 MB |
bootstrap-5.2.0-beta1-sources.jar | 22 bytes |
bootstrap-5.2.0-beta1-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/bootstrap/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>bootstrap</artifactId>
<version>5.2.0-beta1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/bootstrap/
implementation 'org.webjars.npm:bootstrap:5.2.0-beta1'
// https://jarcasting.com/artifacts/org.webjars.npm/bootstrap/
implementation ("org.webjars.npm:bootstrap:5.2.0-beta1")
'org.webjars.npm:bootstrap:jar:5.2.0-beta1'
<dependency org="org.webjars.npm" name="bootstrap" rev="5.2.0-beta1">
<artifact name="bootstrap" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='bootstrap', version='5.2.0-beta1')
)
libraryDependencies += "org.webjars.npm" % "bootstrap" % "5.2.0-beta1"
[org.webjars.npm/bootstrap "5.2.0-beta1"]