About

ThreeTen-Extra provides additional date-time classes that complement those in Java SE 8.

Not every piece of date/time logic is destined for the JDK. Some concepts are too specialized or too bulky to make it in. This project provides some of those additional classes as a well-tested and reliable jar. It is curated by the primary author of the Java 8 date and time library, Stephen Colebourne.

ThreeTen-Extra is licensed under the business-friendly BSD 3-clause license.

Features

The following features are included:

Documentation

Various documentation is available:

Releases

Release 1.8.0 is the current release. This release is considered stable and worthy of the 1.x tag as per SemVer.

ThreeTen-Extra requires Java SE 8 or later and has no dependencies.

Available in Maven Central.

<dependency>
  <groupId>org.threeten</groupId>
  <artifactId>threeten-extra</artifactId>
  <version>1.8.0</version>
</dependency>

Back to top

Version: 1.8.0. Last Published: 2024-04-16.

Reflow Maven skin.