не последняя версия
Последняя версия 1.5-RC5.1

org.wicketstuff:calendarviews 1.4.10

WicketStuff CalendarViews aims to provide several Wicket components that make it easy to incorporate a calendar into your application. These calendars can be used to display events and schedules. NOTE: these are not kin to the datepicker style components for use in forms - these are for displaying calendars of data, not receiving date input.

Категории

Категории

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

Группа

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

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

calendarviews
Версия

Версия

1.4.10
Тип

Тип

jar

Скачать calendarviews 1.4.10


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