b

bootstrap-vue

WebJar for bootstrap-vue
http://webjars.org
MIT
Files download
File Operation
bootstrap-vue-2.0.0-rc.13.jar download
bootstrap-vue-2.0.0-rc.13.pom download
bootstrap-vue-2.0.0-rc.13-sources.jar download
Apache Maven
<dependency>
  <groupId>org.webjars.npm</groupId>
  <artifactId>bootstrap-vue</artifactId>
  <version>2.0.0-rc.13</version>
</dependency>
Gradle Groovy
implementation 'org.webjars.npm:bootstrap-vue:2.0.0-rc.13'
Gradle Kotlin
implementation("org.webjars.npm:bootstrap-vue:2.0.0-rc.13")
Scala SBT
libraryDependencies += "org.webjars.npm" % "bootstrap-vue" % "2.0.0-rc.13"
Groovy Grape
@Grapes(
  @Grab(group='org.webjars.npm', module='bootstrap-vue', version='2.0.0-rc.13')
)
Apache Ivy
<dependency org="org.webjars.npm" name="bootstrap-vue" rev="2.0.0-rc.13" />
Leiningen
[org.webjars.npm/bootstrap-vue "2.0.0-rc.13"]
Apache Buildr
'org.webjars.npm:bootstrap-vue:jar:2.0.0-rc.13'