Android Recurrence Picker - Library

This library allows you to use the Google Calendar Recurrence picker

Лицензия

Лицензия

Группа

Группа

be.billington.calendar.recurrencepicker
Идентификатор

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

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

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

1.1.1
Дата

Дата

Тип

Тип

aar
Описание

Описание

Android Recurrence Picker - Library
This library allows you to use the Google Calendar Recurrence picker

Скачать library

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

<!-- https://jarcasting.com/artifacts/be.billington.calendar.recurrencepicker/library/ -->
<dependency>
    <groupId>be.billington.calendar.recurrencepicker</groupId>
    <artifactId>library</artifactId>
    <version>1.1.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/be.billington.calendar.recurrencepicker/library/
implementation 'be.billington.calendar.recurrencepicker:library:1.1.1'
// https://jarcasting.com/artifacts/be.billington.calendar.recurrencepicker/library/
implementation ("be.billington.calendar.recurrencepicker:library:1.1.1")
'be.billington.calendar.recurrencepicker:library:aar:1.1.1'
<dependency org="be.billington.calendar.recurrencepicker" name="library" rev="1.1.1">
  <artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='be.billington.calendar.recurrencepicker', module='library', version='1.1.1')
)
libraryDependencies += "be.billington.calendar.recurrencepicker" % "library" % "1.1.1"
[be.billington.calendar.recurrencepicker/library "1.1.1"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
com.nineoldandroids : library jar 2.4.0
com.android.support » support-v4 aar 21.0.3
com.github.flavienlaurent.datetimepicker : library aar 0.0.2

provided (1)

Идентификатор библиотеки Тип Версия
android » android jar 5.0_r1

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

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

Android Recurrence Picker

Google Calendar Recurrence picker

Screenshot

Example Image

Usage

Maven / Gradle

Maven Central

Maven:

<dependency>
  <groupId>be.billington.calendar.recurrencepicker</groupId>
  <artifactId>library</artifactId>
  <version>1.1.1</version>
  <type>aar</type>
</dependency>

Gradle:

compile 'be.billington.calendar.recurrencepicker:library:1.1.1'

Credits

This library uses Google Calendar Date & Time pickers from Laurent Flavien & Edison Wang's library

The original source code of the recurrence picker can be found here

License

The Apache Software License, Version 2.0

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

Версия
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0