Joda Time Maven Dependency - RameshMF/java-json-processing-tutorial GitHub Wiki
Date and time library to replace JDK date handling
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>
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'
https://repo1.maven.org/maven2/joda-time/joda-time/2.10.5/joda-time-2.10.5.jar