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