| Группа | Группаorg.webjars |
|---|---|
| Идентификатор | Идентификаторvue |
| Версия | Версия1.0.20 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| vue-1.0.20.pom | |
| vue-1.0.20.jar | 160 KB |
| vue-1.0.20-javadoc.jar | 158 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.webjars/vue/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>vue</artifactId>
<version>1.0.20</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/vue/
implementation 'org.webjars:vue:1.0.20'
// https://jarcasting.com/artifacts/org.webjars/vue/
implementation ("org.webjars:vue:1.0.20")
'org.webjars:vue:jar:1.0.20'
<dependency org="org.webjars" name="vue" rev="1.0.20">
<artifact name="vue" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='vue', version='1.0.20')
)
libraryDependencies += "org.webjars" % "vue" % "1.0.20"
[org.webjars/vue "1.0.20"]