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