Android Date Time Picker - Parent

This library allows you to use the Google Calendar Recurrence picker

License

License

GroupId

GroupId

be.billington.calendar.recurrencepicker
ArtifactId

ArtifactId

parent
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

pom
Description

Description

Android Date Time Picker - Parent
This library allows you to use the Google Calendar Recurrence picker
Project URL

Project URL

http://www.github.com/Shusshu/Android-RecurrencePicker
Source Code Management

Source Code Management

https://github.com/Shusshu/Android-RecurrencePicker

Download parent

Filename Size
parent-1.1.1.pom 5 KB
Browse

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • library
  • demo

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

Versions

Version
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0