b

bootstrap

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