GroupId | GroupIdorg.webjars.bowergithub.vuejs |
---|---|
ArtifactId | ArtifactIdvue |
Version | Version2.6.10 |
Type | Typejar |
Filename | Size |
---|---|
vue-2.6.10.pom | |
vue-2.6.10.jar | 1 MB |
vue-2.6.10-sources.jar | 22 bytes |
vue-2.6.10-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.bowergithub.vuejs/vue/ -->
<dependency>
<groupId>org.webjars.bowergithub.vuejs</groupId>
<artifactId>vue</artifactId>
<version>2.6.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bowergithub.vuejs/vue/
implementation 'org.webjars.bowergithub.vuejs:vue:2.6.10'
// https://jarcasting.com/artifacts/org.webjars.bowergithub.vuejs/vue/
implementation ("org.webjars.bowergithub.vuejs:vue:2.6.10")
'org.webjars.bowergithub.vuejs:vue:jar:2.6.10'
<dependency org="org.webjars.bowergithub.vuejs" name="vue" rev="2.6.10">
<artifact name="vue" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bowergithub.vuejs', module='vue', version='2.6.10')
)
libraryDependencies += "org.webjars.bowergithub.vuejs" % "vue" % "2.6.10"
[org.webjars.bowergithub.vuejs/vue "2.6.10"]