| Категории |
КатегорииWicket Взаимодействие с пользователем Веб-фреймворки |
|---|---|
| Группа | Группаorg.wicketstuff |
| Идентификатор | Идентификаторannotation |
| Версия | Версия1.4.13 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| annotation-1.4.13.pom | |
| annotation-1.4.13.jar | 14 KB |
| annotation-1.4.13-sources.jar | 16 KB |
| annotation-1.4.13-javadoc.jar | 85 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/annotation/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>annotation</artifactId>
<version>1.4.13</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/annotation/
implementation 'org.wicketstuff:annotation:1.4.13'
// https://jarcasting.com/artifacts/org.wicketstuff/annotation/
implementation ("org.wicketstuff:annotation:1.4.13")
'org.wicketstuff:annotation:jar:1.4.13'
<dependency org="org.wicketstuff" name="annotation" rev="1.4.13">
<artifact name="annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='annotation', version='1.4.13')
)
libraryDependencies += "org.wicketstuff" % "annotation" % "1.4.13"
[org.wicketstuff/annotation "1.4.13"]