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