Date-picker

๐Ÿ“… Custom responsive date picker widget for Android, written in Kotlin.

License

License

GroupId

GroupId

com.afollestad
ArtifactId

ArtifactId

date-picker
Last Version

Last Version

0.7.0-beta2
Release Date

Release Date

Type

Type

aar
Description

Description

Date-picker
๐Ÿ“… Custom responsive date picker widget for Android, written in Kotlin.
Project URL

Project URL

https://github.com/afollestad/date-picker

Download date-picker

How to add to project

<!-- https://jarcasting.com/artifacts/com.afollestad/date-picker/ -->
<dependency>
    <groupId>com.afollestad</groupId>
    <artifactId>date-picker</artifactId>
    <version>0.7.0-beta2</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.afollestad/date-picker/
implementation 'com.afollestad:date-picker:0.7.0-beta2'
// https://jarcasting.com/artifacts/com.afollestad/date-picker/
implementation ("com.afollestad:date-picker:0.7.0-beta2")
'com.afollestad:date-picker:aar:0.7.0-beta2'
<dependency org="com.afollestad" name="date-picker" rev="0.7.0-beta2">
  <artifact name="date-picker" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.afollestad', module='date-picker', version='0.7.0-beta2')
)
libraryDependencies += "com.afollestad" % "date-picker" % "0.7.0-beta2"
[com.afollestad/date-picker "0.7.0-beta2"]

Dependencies

compile (3)

Group / Artifact Type Version
androidx.appcompat » appcompat jar 1.1.0
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.50
com.google.android.material » material jar 1.0.0

runtime (1)

Group / Artifact Type Version
androidx.recyclerview » recyclerview jar 1.0.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.7.0-beta2
0.7.0-beta1
0.6.1
0.6.0
0.5.0
0.4.2
0.4.1
0.4.0
0.3.1
0.2.1
0.2.0
0.1.4