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

org.wicketstuff:annotation 1.4.7

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

Категории

Категории

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

Группа

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

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

annotation
Версия

Версия

1.4.7
Тип

Тип

jar

Скачать annotation 1.4.7


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