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'
Comments
Post a Comment