Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/svendiedrichsen/jollyday
Jollyday - A holiday API
https://github.com/svendiedrichsen/jollyday
holiday-api holiday-calculation java
Last synced: about 1 month 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 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T16:41:30.000Z (7 months ago)
- Last Synced: 2024-08-01T22:37:38.185Z (4 months ago)
- Topics: holiday-api, holiday-calculation, java
- Language: Java
- Homepage:
- Size: 1.6 MB
- Stars: 188
- Watchers: 15
- Forks: 115
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- 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
========[![Sonarcloud Bugs](https://sonarcloud.io/api/project_badges/quality_gate?project=de.jollyday%3Ajollyday)](https://sonarcloud.io/dashboard?id=de.jollyday%3Ajollyday)
[![Build Status](https://travis-ci.org/svendiedrichsen/jollyday.svg)](https://travis-ci.org/svendiedrichsen/jollyday)
[![Coverage Status](https://coveralls.io/repos/github/svendiedrichsen/jollyday/badge.svg?branch=master)](https://coveralls.io/github/svendiedrichsen/jollyday?branch=master)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/de.jollyday/jollyday/badge.svg)](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)