b

bootstrap

WebJar for bootstrap
https://www.webjars.org
MIT
Files download
File Operation
bootstrap-5.2.0-beta1.jar download
bootstrap-5.2.0-beta1.pom download
bootstrap-5.2.0-beta1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.webjars.bower</groupId>
  <artifactId>bootstrap</artifactId>
  <version>5.2.0-beta1</version>
</dependency>
Gradle Groovy
implementation 'org.webjars.bower:bootstrap:5.2.0-beta1'
Gradle Kotlin
implementation("org.webjars.bower:bootstrap:5.2.0-beta1")
Scala SBT
libraryDependencies += "org.webjars.bower" % "bootstrap" % "5.2.0-beta1"
Groovy Grape
@Grapes(
  @Grab(group='org.webjars.bower', module='bootstrap', version='5.2.0-beta1')
)
Apache Ivy
<dependency org="org.webjars.bower" name="bootstrap" rev="5.2.0-beta1" />
Leiningen
[org.webjars.bower/bootstrap "5.2.0-beta1"]
Apache Buildr
'org.webjars.bower:bootstrap:jar:5.2.0-beta1'
Dependencies
The project has no third-party dependencies