| License | 
                License
                                                        MIT                                                 
                             | 
        
|---|---|
| Categories | 
                CategoriesJavaScript Languages Github Development Tools Version Controls | 
        
| GroupId | GroupIdorg.webjars.npm | 
    
| ArtifactId | ArtifactIdgithub-com-vuejs-vue | 
    
| Last Version | Last Version2.6.14 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionvue 
            WebJar for vue 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| github-com-vuejs-vue-2.6.14.pom | |
| github-com-vuejs-vue-2.6.14.jar | 501 KB | 
| github-com-vuejs-vue-2.6.14-sources.jar | 22 bytes | 
| github-com-vuejs-vue-2.6.14-javadoc.jar | 22 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.webjars.npm/github-com-vuejs-vue/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>github-com-vuejs-vue</artifactId>
    <version>2.6.14</version>
</dependency>
                // https://jarcasting.com/artifacts/org.webjars.npm/github-com-vuejs-vue/
implementation 'org.webjars.npm:github-com-vuejs-vue:2.6.14'
                // https://jarcasting.com/artifacts/org.webjars.npm/github-com-vuejs-vue/
implementation ("org.webjars.npm:github-com-vuejs-vue:2.6.14")
                'org.webjars.npm:github-com-vuejs-vue:jar:2.6.14'
                <dependency org="org.webjars.npm" name="github-com-vuejs-vue" rev="2.6.14">
  <artifact name="github-com-vuejs-vue" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.webjars.npm', module='github-com-vuejs-vue', version='2.6.14')
)
                libraryDependencies += "org.webjars.npm" % "github-com-vuejs-vue" % "2.6.14"
                [org.webjars.npm/github-com-vuejs-vue "2.6.14"]