b

bootstrap

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