| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииWicket Взаимодействие с пользователем Веб-фреймворки |
| Группа | Группаorg.wicketstuff |
| Идентификатор | Идентификаторcalendarviews |
| Последняя версия | Последняя версия1.5-RC5.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеCalendarViews
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.
|
| Имя Файла | Размер |
|---|---|
| calendarviews-1.5-RC5.1.pom | |
| calendarviews-1.5-RC5.1.jar | 46 KB |
| calendarviews-1.5-RC5.1-sources.jar | 28 KB |
| calendarviews-1.5-RC5.1-javadoc.jar | 134 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/calendarviews/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>calendarviews</artifactId>
<version>1.5-RC5.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/calendarviews/
implementation 'org.wicketstuff:calendarviews:1.5-RC5.1'
// https://jarcasting.com/artifacts/org.wicketstuff/calendarviews/
implementation ("org.wicketstuff:calendarviews:1.5-RC5.1")
'org.wicketstuff:calendarviews:jar:1.5-RC5.1'
<dependency org="org.wicketstuff" name="calendarviews" rev="1.5-RC5.1">
<artifact name="calendarviews" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='calendarviews', version='1.5-RC5.1')
)
libraryDependencies += "org.wicketstuff" % "calendarviews" % "1.5-RC5.1"
[org.wicketstuff/calendarviews "1.5-RC5.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.wicketstuff : jslibraries | jar | 1.5-RC5.1 |
| org.apache.wicket : wicket-extensions | jar | 1.5-RC5.1 |
| joda-time : joda-time | jar | 1.6.2 |
| org.apache.wicket : wicket | pom | 1.5-RC5.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-log4j12 | jar | 1.6.1 |
| log4j : log4j | jar | 1.2.16 |
| junit : junit | jar | 4.8.2 |