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