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
- Host: GitHub
- URL: https://github.com/ghusta/three-ten-backport-test
- Owner: ghusta
- Created: 2017-07-10T14:29:29.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-10T14:29:35.000Z (almost 8 years ago)
- Last Synced: 2025-01-06T22:35:58.031Z (5 months ago)
- Topics: java, java-7, jsr-310
- Language: Java
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/