| Лицензия |
Лицензия
GNU General Public License (GPL) version 3.0
|
|---|---|
| Группа | Группаio.github.ooknight |
| Идентификатор | Идентификаторjquery |
| Последняя версия | Последняя версия3.6.0.110 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеuniverse ui
|
| Имя Файла | Размер |
|---|---|
| jquery-3.6.0.110.pom | |
| jquery-3.6.0.110.jar | 56 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.ooknight/jquery/ -->
<dependency>
<groupId>io.github.ooknight</groupId>
<artifactId>jquery</artifactId>
<version>3.6.0.110</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.ooknight/jquery/
implementation 'io.github.ooknight:jquery:3.6.0.110'
// https://jarcasting.com/artifacts/io.github.ooknight/jquery/
implementation ("io.github.ooknight:jquery:3.6.0.110")
'io.github.ooknight:jquery:jar:3.6.0.110'
<dependency org="io.github.ooknight" name="jquery" rev="3.6.0.110">
<artifact name="jquery" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.ooknight', module='jquery', version='3.6.0.110')
)
libraryDependencies += "io.github.ooknight" % "jquery" % "3.6.0.110"
[io.github.ooknight/jquery "3.6.0.110"]