is not current version
Last Version 3.2.36

org.webjars.npm:vue 3.0.3

WebJar for vue

GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

vue
Version

Version

3.0.3
Type

Type

jar

Download vue 3.0.3


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