MVN

com.olekdia : joda-date-time-picker

Maven & Gradle

Nov 04, 2022
1 usages

DateTimePicker · Year, month, date, time pickers for Andriod

<dependency>
    <groupId>com.olekdia</groupId>
    <artifactId>joda-date-time-picker</artifactId>
    <version>0.7.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.olekdia : joda-date-time-picker to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.5

All Versions

Choose a version of com.olekdia : joda-date-time-picker to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7.x
joda-date-time-picker-0.7.5
joda-date-time-picker-0.7.4
joda-date-time-picker-0.7.3
joda-date-time-picker-0.7.2
joda-date-time-picker-0.7.1
joda-date-time-picker-0.7.0

How to add a dependency to Maven

Add the following com.olekdia : joda-date-time-picker maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.olekdia</groupId>
    <artifactId>joda-date-time-picker</artifactId>
    <version>0.7.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.olekdia : joda-date-time-picker gradle dependency to your build.gradle file:

implementation 'com.olekdia:joda-date-time-picker:0.7.5'

Gradle Kotlin DSL: Add the following com.olekdia : joda-date-time-picker gradle kotlin dependency to your build.gradle.kts file:

implementation("com.olekdia:joda-date-time-picker:0.7.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.olekdia : joda-date-time-picker sbt scala dependency to your build.sbt file:

libraryDependencies += "com.olekdia" % "joda-date-time-picker" % "0.7.5"