Joda Time Maven Dependency - RameshMF/java-json-processing-tutorial GitHub Wiki

Date and time library to replace JDK date handling

Joda Time Maven Dependency

Copy below Joda Time maven dependency and paste in your project pom.xml file:

<!-- https://mvnrepository.com/artifact/joda-time/joda-time -->
<dependency>
    <groupId>joda-time</groupId>
    <artifactId>joda-time</artifactId>
    <version>2.10.5</version>
</dependency>

Joda Time Gradle Dependency

Copy below Joda Time gradle dependency and paste in your project build.gradle file:

// https://mvnrepository.com/artifact/joda-time/joda-time
compile group: 'joda-time', name: 'joda-time', version: '2.10.5'

Download JAR File

https://repo1.maven.org/maven2/joda-time/joda-time/2.10.5/joda-time-2.10.5.jar

Check for Latest Release

https://mvnrepository.com/artifact/joda-time/joda-time

Reference

https://mvnrepository.com/artifact/joda-time/joda-time

⚠️ **GitHub.com Fallback** ⚠️