date-picker
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.afollestad</groupId>
<artifactId>date-picker</artifactId>
<version>0.7.0-beta2</version>
</dependency><?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.afollestad</groupId>
<artifactId>date-picker</artifactId>
<version>0.7.0-beta2</version>
<packaging>aar</packaging>
<dependencies>
<dependency>
<groupId>androidx.appcompat</groupId>
<artifactId>appcompat</artifactId>
<version>1.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>1.3.50</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.android.material</groupId>
<artifactId>material</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>androidx.recyclerview</groupId>
<artifactId>recyclerview</artifactId>
<version>1.0.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
<url>https://github.com/afollestad/date-picker</url><licenses><license><name>Apache 2.0 License</name><url>https://www.apache.org/licenses/LICENSE-2.0.txt</url></license></licenses><scm><url>scm:git:github.com/afollestad/date-picker.git</url></scm><developers><developer><name>Aidan Follestad</name></developer></developers><name>Date-picker</name><description>📅 Custom responsive date picker widget for Android, written in Kotlin.</description></project>