https://github.com/svendiedrichsen/jollyday
Jollyday - A holiday API
https://github.com/svendiedrichsen/jollyday
holiday-api holiday-calculation java
Last synced: 7 months ago
JSON representation
Jollyday - A holiday API
- Host: GitHub
- URL: https://github.com/svendiedrichsen/jollyday
- Owner: svendiedrichsen
- License: other
- Created: 2015-03-16T22:25:54.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T16:41:30.000Z (over 1 year ago)
- Last Synced: 2024-11-08T17:47:46.730Z (about 1 year ago)
- Topics: holiday-api, holiday-calculation, java
- Language: Java
- Homepage:
- Size: 1.6 MB
- Stars: 191
- Watchers: 15
- Forks: 114
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- fucking-awesome-java - Jollyday - Determines the holidays for a given year, country/name and eventually state/region. (Projects / Date and Time)
- awesome-java-zh - Jollyday - 确定给定年份,国家/地区和最终州/地区的假期。 (项目 / 日期和时间)
- awesome-java - Jollyday - Determines the holidays for a given year, country/name and eventually state/region. (Projects / Date and Time)
README
Jollyday
========
[](https://sonarcloud.io/dashboard?id=de.jollyday%3Ajollyday)
[](https://travis-ci.org/svendiedrichsen/jollyday)
[](https://coveralls.io/github/svendiedrichsen/jollyday?branch=master)
[](https://maven-badges.herokuapp.com/maven-central/de.jollyday/jollyday)
File encoding: Please use UTF-8 as your default file encoding.
Code formatting: Please use the provided code-formatter.xml as your project code formatter.
## 0.4 Branch
To use latest release based on **Joda-Time** add this to your `pom.xml`:
```
de.jollyday
jollyday
0.4.9
```
## 0.5 Branch
To use latest release based on **Java Time API** and **Threeten-Extra library** add this to your `pom.xml`:
```
de.jollyday
jollyday
0.5.8
```
## 0.6 Branch planned
Planning to replace usage of JAXB with JiBX/XStream
## License
[Apache License, Version 2.0](LICENSE.md)