b

bootstrap-vue

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