This is the date and time library to replace JDK date handling.
For more details about the proper version to use, check out the following Maven Central link.
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
Check for Latest Release
Reference
Free Spring Boot Tutorial - 5 Hours Full Course
Watch this course on YouTube at Spring Boot Tutorial | Fee 5 Hours Full Course