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