Backport of JSR-310 (Java 8 Date and Time API) to Java 7 and 6; not an implementation of the JSR.
<dependency>
<groupId>org.threeten</groupId>
<artifactId>threetenbp</artifactId>
<version>1.7.2</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Get the current date using the ThreeTen backport.
Migrate to java.time package if using Java 8 or later.
No dependency data recorded yet.