Skip to content

basil-bourque/threeten-extra

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ThreeTen-Extra

ThreeTen-Extra provides additional date-time classes that complement those in JDK 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.

Documentation

Various documentation is available:

Releases

Release 1.2 is the current release. This release is considered stable and worthy of the 1.x tag.

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

Available in the Maven Central repository

Support

Please use GitHub issues and Pull Requests for support.

Release process

  • Update version (pom.xml, README.md, index.md, changes.xml)
  • Commit and push
  • mvn clean deploy -Doss.repo -Dgpg.passphrase=""
  • Release project in Nexus
  • Website will be built and released by Travis

About

Provides additional date-time classes that complement those in JDK 8

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%