文件下载
文件名 操作
bootstrap-4.3.0.jar 下载
bootstrap-4.3.0.pom 下载
bootstrap-4.3.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.webjars</groupId>
  <artifactId>bootstrap</artifactId>
  <version>4.3.0</version>
</dependency>
Gradle Groovy
implementation 'org.webjars:bootstrap:4.3.0'
Gradle Kotlin
implementation("org.webjars:bootstrap:4.3.0")
Scala SBT
libraryDependencies += "org.webjars" % "bootstrap" % "4.3.0"
Groovy Grape
@Grapes(
  @Grab(group='org.webjars', module='bootstrap', version='4.3.0')
)
Apache Ivy
<dependency org="org.webjars" name="bootstrap" rev="4.3.0" />
Leiningen
[org.webjars/bootstrap "4.3.0"]
Apache Buildr
'org.webjars:bootstrap:jar:4.3.0'