An open API service indexing awesome lists of open source software.

https://github.com/ghusta/three-ten-backport-test

Test Project Threeten : Backport of JSR-310
https://github.com/ghusta/three-ten-backport-test

java java-7 jsr-310

Last synced: 3 months ago
JSON representation

Test Project Threeten : Backport of JSR-310

Awesome Lists containing this project

README

        

# Test Project Threeten : Backport of JSR-310

## Overview

Same classes as in Java 8 Date and Time API, but packages have been renamed from `java.time` to `org.threeten.bp`.
Project ThreeTen :
- [home page](http://www.threeten.org/)
- [source code](https://github.com/ThreeTen/threeten.github.io)

See also [JSR-310](https://jcp.org/en/jsr/detail?id=310) (Date and Time API).

## Maven

```xml

org.threeten
threetenbp
1.3.1

```

## Target JDK

JDK 6 or 7.

## Other alternatives

- [Joda Time](http://www.joda.org/joda-time/)

## Integration with Hibernate/JPA

To store JSR-310 classes in a database, you may need to use bindings for Hibernate or JPA.
Have a look at the user type, threeten-jpa or jpaattributeconverters projects for more info.

Source : http://www.threeten.org/