b

bootstrap

WebJar for bootstrap
https://www.webjars.org
MIT
文件下载
文件名 操作
bootstrap-4.5.0.jar 下载
bootstrap-4.5.0.pom 下载
bootstrap-4.5.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.webjars.bower</groupId>
  <artifactId>bootstrap</artifactId>
  <version>4.5.0</version>
</dependency>
Gradle Groovy
implementation 'org.webjars.bower:bootstrap:4.5.0'
Gradle Kotlin
implementation("org.webjars.bower:bootstrap:4.5.0")
Scala SBT
libraryDependencies += "org.webjars.bower" % "bootstrap" % "4.5.0"
Groovy Grape
@Grapes(
  @Grab(group='org.webjars.bower', module='bootstrap', version='4.5.0')
)
Apache Ivy
<dependency org="org.webjars.bower" name="bootstrap" rev="4.5.0" />
Leiningen
[org.webjars.bower/bootstrap "4.5.0"]
Apache Buildr
'org.webjars.bower:bootstrap:jar:4.5.0'
本项目依赖
该项目无第三方依赖