This library provides some extras features for ThreeTen project.
Some of them are inspired from JodaTime. Beware that it's a simplified version and should not cover the whole scope for all languages, but it's enough for main uses-cases.
Add Beapp's repository in your project's repositories list, then add the dependency.
repositories {
jcenter()
// ...
maven { url 'https://repository.beapp.fr/libs-release-local' }
}
dependencies {
compile 'fr.beapp.threeten:threeten-extensions:<version>'
}