| Категории |
КатегорииWicket Взаимодействие с пользователем Веб-фреймворки |
|---|---|
| Группа | Группаde.wicketbuch.extensions |
| Идентификатор | Идентификаторappendablerepeater |
| Версия | Версия1.4.1.wicket4 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/de.wicketbuch.extensions/appendablerepeater/ -->
<dependency>
<groupId>de.wicketbuch.extensions</groupId>
<artifactId>appendablerepeater</artifactId>
<version>1.4.1.wicket4</version>
</dependency>
// https://jarcasting.com/artifacts/de.wicketbuch.extensions/appendablerepeater/
implementation 'de.wicketbuch.extensions:appendablerepeater:1.4.1.wicket4'
// https://jarcasting.com/artifacts/de.wicketbuch.extensions/appendablerepeater/
implementation ("de.wicketbuch.extensions:appendablerepeater:1.4.1.wicket4")
'de.wicketbuch.extensions:appendablerepeater:jar:1.4.1.wicket4'
<dependency org="de.wicketbuch.extensions" name="appendablerepeater" rev="1.4.1.wicket4">
<artifact name="appendablerepeater" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.wicketbuch.extensions', module='appendablerepeater', version='1.4.1.wicket4')
)
libraryDependencies += "de.wicketbuch.extensions" % "appendablerepeater" % "1.4.1.wicket4"
[de.wicketbuch.extensions/appendablerepeater "1.4.1.wicket4"]