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