MVN

com.eygraber : android-date-time-input-view

Maven & Gradle

Feb 11, 2022
1 usages
0 stars

Android Date and Time Input View · Custom Views that lets the user enter a date or time.

<dependency>
    <groupId>com.eygraber</groupId>
    <artifactId>android-date-time-input-view</artifactId>
    <version>0.9.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.eygraber : android-date-time-input-view to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.15

All Versions

Choose a version of com.eygraber : android-date-time-input-view to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
android-date-time-input-view-0.9.15
android-date-time-input-view-0.9.14
android-date-time-input-view-0.9.13
android-date-time-input-view-0.9.12
android-date-time-input-view-0.9.11
android-date-time-input-view-0.9.10
android-date-time-input-view-0.9.8
android-date-time-input-view-0.9.7
android-date-time-input-view-0.9.6
android-date-time-input-view-0.9.5

How to add a dependency to Maven

Add the following com.eygraber : android-date-time-input-view maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.eygraber</groupId>
    <artifactId>android-date-time-input-view</artifactId>
    <version>0.9.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.eygraber : android-date-time-input-view gradle dependency to your build.gradle file:

implementation 'com.eygraber:android-date-time-input-view:0.9.15'

Gradle Kotlin DSL: Add the following com.eygraber : android-date-time-input-view gradle kotlin dependency to your build.gradle.kts file:

implementation("com.eygraber:android-date-time-input-view:0.9.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.eygraber : android-date-time-input-view sbt scala dependency to your build.sbt file:

libraryDependencies += "com.eygraber" % "android-date-time-input-view" % "0.9.15"

Advertisement