b

bootstrap-vue

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