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

org.wicketstuff:wicketstuff-annotation 7.13.0

Use wicketstuff-annotation to use Java Annotations and class path searching to mount your Wicket pages.

Категории

Категории

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

Группа

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

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

wicketstuff-annotation
Версия

Версия

7.13.0
Тип

Тип

jar

Скачать wicketstuff-annotation 7.13.0


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