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