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

org.wicketstuff:wicketstuff-annotation 1.5.1

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

Категории

Категории

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

Группа

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

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

wicketstuff-annotation
Версия

Версия

1.5.1
Тип

Тип

jar

Скачать wicketstuff-annotation 1.5.1


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