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