MVN

com.olekdia.material-dialog : joda-date-time

Maven & Gradle

Nov 07, 2022

MaterialDialogDateTime · Material Dialog with date time picker

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

Latest Version

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

  • Latest Stable: 3.7.8

All Versions

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

Version Vulnerabilities Updated
3.7.x
joda-date-time-3.7.8
joda-date-time-3.7.7
joda-date-time-3.7.6
joda-date-time-3.7.5
joda-date-time-3.7.4
joda-date-time-3.7.3
joda-date-time-3.7.2
joda-date-time-3.7.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.olekdia.material-dialog</groupId>
    <artifactId>joda-date-time</artifactId>
    <version>3.7.8</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.olekdia.material-dialog:joda-date-time:3.7.8'

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

implementation("com.olekdia.material-dialog:joda-date-time:3.7.8")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.olekdia.material-dialog" % "joda-date-time" % "3.7.8"

Advertisement