Download the JAR and add it to the classpath for your Java project
If you are using a build tool like Maven or Gradle:
Maven
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.9.6</version>
</dependency>
Gradle
Add the following line to the dependencies
closure inside your build.gradle
:
compile 'joda-time:joda-time:2.9.6'