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