a

android-date-input-common

Common code for allowing a user to input a date.
https://github.com/eygraber/android-date-input/
MIT
Eliezer Graber
Files download
File Operation
android-date-input-common-0.9.4.pom download
android-date-input-common-0.9.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.eygraber</groupId>
  <artifactId>android-date-input-common</artifactId>
  <version>0.9.4</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.eygraber:android-date-input-common:0.9.4'
Gradle Kotlin
implementation("com.eygraber:android-date-input-common:0.9.4")
Scala SBT
libraryDependencies += "com.eygraber" % "android-date-input-common" % "0.9.4"
Groovy Grape
@Grapes(
  @Grab(group='com.eygraber', module='android-date-input-common', version='0.9.4')
)
Apache Ivy
<dependency org="com.eygraber" name="android-date-input-common" rev="0.9.4" />
Leiningen
[com.eygraber/android-date-input-common "0.9.4"]
Apache Buildr
'com.eygraber:android-date-input-common:jar:0.9.4'