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