CalendarFXRecurrence

Contains the RFC 2445 support.

Лицензия

Лицензия

Apache 2.0
Группа

Группа

com.calendarfx
Идентификатор

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

recurrence
Последняя версия

Последняя версия

11.6.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

CalendarFXRecurrence
Contains the RFC 2445 support.
Организация-разработчик

Организация-разработчик

Dirk Lemmermann Software & Consulting

Скачать recurrence

Как подключить последнюю версию

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
joda-time : joda-time jar 2.10.3

test (3)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11
org.hamcrest : hamcrest-all jar 1.3
org.mockito : mockito-all jar 1.9.5

Модули Проекта

Данный проект не имеет модулей.

CalendarFX

A Java framework for creating sophisticated calendar views based on JavaFX. A detailed developer manual can be found online: CalendarFX 8 Developer Manual

Apache-2 license Build Status Maven Central Download LGTM Alerts LGTM Grade Bugs Code Smells Lines of Code Maintainability Rating Quality Gate Status Reliability Rating Security Rating Technical Debt Vulnerabilities

For a quick online demo please checkout JPro and their CalendarFX demo.

Screenshot

Repository Coordinates

CalendarFX can be found on Bintray and The Central Repository as com.calendarfx:view.

Modules

  • CalendarFXView — the main module containing the various calendar views
  • CalendarFXSampler — a demo app based on FXSampler to test controls individually
  • CalendarFXApp — a demo app (day, week, month, year views).
  • CalendarFXiCal — a demo app for working with iCalendar data
  • CalendarFXGoogle — a demo app for working with Google calendars
  • CalendarFXResourceApp — a demo app for the resource calendar view
  • CalendarFXWeather — a demo app for the month sheet view

Running

In the module folder of the corresponding app:

mvn javafx:run

Building

To install the package into the local repository, for use as a dependency in other projects locally:

mvn install

Версии библиотеки

Версия
11.6.4
11.6.1
11.5.0
10.5.0
8.6.1
8.5.1
8.5.0
8.4.2