GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdbootstrap-vue |
Version | Version0.9.5 |
Type | Typejar |
Filename | Size |
---|---|
bootstrap-vue-0.9.5.pom | |
bootstrap-vue-0.9.5.jar | 250 KB |
bootstrap-vue-0.9.5-javadoc.jar | 247 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/bootstrap-vue/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>bootstrap-vue</artifactId>
<version>0.9.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/bootstrap-vue/
implementation 'org.webjars:bootstrap-vue:0.9.5'
// https://jarcasting.com/artifacts/org.webjars/bootstrap-vue/
implementation ("org.webjars:bootstrap-vue:0.9.5")
'org.webjars:bootstrap-vue:jar:0.9.5'
<dependency org="org.webjars" name="bootstrap-vue" rev="0.9.5">
<artifact name="bootstrap-vue" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='bootstrap-vue', version='0.9.5')
)
libraryDependencies += "org.webjars" % "bootstrap-vue" % "0.9.5"
[org.webjars/bootstrap-vue "0.9.5"]