| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииWicket Взаимодействие с пользователем Веб-фреймворки |
| Группа | Группаorg.wicketstuff |
| Идентификатор | Идентификаторjee-web-parent |
| Версия | Версия9.8.0 |
| Тип | Типpom |
| Описание |
ОписаниеJEE Web Integration - Parent
WicketStuff Core Parent is the parent project for all of the core WicketStuff projects. It tries
to unify the WS projects into a common structure that shares a common build / release cycle. This
will hopefully keep WicketStuff projects more in sync with Wicket and make it easier on new users.
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| jee-web-parent-9.8.0.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/jee-web-parent/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>jee-web-parent</artifactId>
<version>9.8.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/jee-web-parent/
implementation 'org.wicketstuff:jee-web-parent:9.8.0'
// https://jarcasting.com/artifacts/org.wicketstuff/jee-web-parent/
implementation ("org.wicketstuff:jee-web-parent:9.8.0")
'org.wicketstuff:jee-web-parent:pom:9.8.0'
<dependency org="org.wicketstuff" name="jee-web-parent" rev="9.8.0">
<artifact name="jee-web-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='jee-web-parent', version='9.8.0')
)
libraryDependencies += "org.wicketstuff" % "jee-web-parent" % "9.8.0"
[org.wicketstuff/jee-web-parent "9.8.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.wicket : wicket-core | jar | 9.8.0 |