GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdvue |
Version | Version1.0.28 |
Type | Typejar |
Filename | Size |
---|---|
vue-1.0.28.pom | |
vue-1.0.28.jar | 166 KB |
vue-1.0.28-javadoc.jar | 164 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/vue/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>vue</artifactId>
<version>1.0.28</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/vue/
implementation 'org.webjars:vue:1.0.28'
// https://jarcasting.com/artifacts/org.webjars/vue/
implementation ("org.webjars:vue:1.0.28")
'org.webjars:vue:jar:1.0.28'
<dependency org="org.webjars" name="vue" rev="1.0.28">
<artifact name="vue" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='vue', version='1.0.28')
)
libraryDependencies += "org.webjars" % "vue" % "1.0.28"
[org.webjars/vue "1.0.28"]