не последняя версия
Последняя версия 9.10.0

org.wicketstuff:wicketstuff-core 9.0.0-M4

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.

Категории

Категории

Wicket Взаимодействие с пользователем Веб-фреймворки
Группа

Группа

org.wicketstuff
Идентификатор

Идентификатор

wicketstuff-core
Версия

Версия

9.0.0-M4
Тип

Тип

pom

Скачать wicketstuff-core 9.0.0-M4

Имя Файла Размер
wicketstuff-core-9.0.0-M4.pom 43 KB
Обзор

<!-- https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-core/ -->
<dependency>
    <groupId>org.wicketstuff</groupId>
    <artifactId>wicketstuff-core</artifactId>
    <version>9.0.0-M4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-core/
implementation 'org.wicketstuff:wicketstuff-core:9.0.0-M4'
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-core/
implementation ("org.wicketstuff:wicketstuff-core:9.0.0-M4")
'org.wicketstuff:wicketstuff-core:pom:9.0.0-M4'
<dependency org="org.wicketstuff" name="wicketstuff-core" rev="9.0.0-M4">
  <artifact name="wicketstuff-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='wicketstuff-core', version='9.0.0-M4')
)
libraryDependencies += "org.wicketstuff" % "wicketstuff-core" % "9.0.0-M4"
[org.wicketstuff/wicketstuff-core "9.0.0-M4"]