| Лицензия |
Лицензия
GPL
MIT License
|
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.disy.jquery |
| Идентификатор | Идентификаторjquery |
| Последняя версия | Последняя версия1.4.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеjQuery
jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript.
|
| Имя Файла | Размер |
|---|---|
| jquery-1.4.2.pom | |
| jquery-1.4.2.jar | 57 KB |
| jquery-1.4.2-sources.jar | 56 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.disy.jquery/jquery/ -->
<dependency>
<groupId>net.disy.jquery</groupId>
<artifactId>jquery</artifactId>
<version>1.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.disy.jquery/jquery/
implementation 'net.disy.jquery:jquery:1.4.2'
// https://jarcasting.com/artifacts/net.disy.jquery/jquery/
implementation ("net.disy.jquery:jquery:1.4.2")
'net.disy.jquery:jquery:jar:1.4.2'
<dependency org="net.disy.jquery" name="jquery" rev="1.4.2">
<artifact name="jquery" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.disy.jquery', module='jquery', version='1.4.2')
)
libraryDependencies += "net.disy.jquery" % "jquery" % "1.4.2"
[net.disy.jquery/jquery "1.4.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.8.1 |