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