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