Additional date-time classes that extend the JSR-310 (java.time) API, such as intervals, periods, and additional calendars.
<dependency>
<groupId>org.threeten</groupId>
<artifactId>threeten-extra</artifactId>
<version>1.9.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a time interval between two instants.
Migrate from Joda-Time by replacing org.joda.time with java.time and org.threeten.extra equivalents.
No dependency data recorded yet.