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