is not current version
Last Version 3.2.36

org.webjars.npm:vue 2.6.8

WebJar for vue

GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

vue
Version

Version

2.6.8
Type

Type

jar

Download vue 2.6.8


<!-- https://jarcasting.com/artifacts/org.webjars.npm/vue/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>vue</artifactId>
    <version>2.6.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/vue/
implementation 'org.webjars.npm:vue:2.6.8'
// https://jarcasting.com/artifacts/org.webjars.npm/vue/
implementation ("org.webjars.npm:vue:2.6.8")
'org.webjars.npm:vue:jar:2.6.8'
<dependency org="org.webjars.npm" name="vue" rev="2.6.8">
  <artifact name="vue" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='vue', version='2.6.8')
)
libraryDependencies += "org.webjars.npm" % "vue" % "2.6.8"
[org.webjars.npm/vue "2.6.8"]