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