MVN

de.focus-shift : jollyday

Maven & Gradle

Aug 11, 2023
66 stars

Jollyday · This API determines the holidays for a given year, country/name and eventually state/region. The holiday data is stored in XML files (one for each country) and will be read from the classpath. You can provide your own holiday calendar XML file or use any of the provided ones. Currently, there are 63 countries supported like the following: United States, most european countries, Russia, India, Australia. Besides, those there will be more special calendars like currently existing NYSE calendar (New York Stock Exchange).

<dependency>
    <groupId>de.focus-shift</groupId>
    <artifactId>jollyday</artifactId>
    <version>0.19.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.focus-shift : jollyday to add to Maven - Latest Versions:

  • Latest Stable: 0.19.1

All Versions

Choose a version of de.focus-shift : jollyday to add to Maven - All Versions:

Version Vulnerabilities Updated
0.19.x
jollyday-0.19.1
0.17.x
jollyday-0.17.0
0.16.x
jollyday-0.16.0
0.15.x
jollyday-0.15.0
0.14.x
jollyday-0.14.0
0.13.x
jollyday-0.13.0
0.12.x
jollyday-0.12.0
0.11.x
jollyday-0.11.0
0.10.x
jollyday-0.10.0
0.9.x
jollyday-0.9.0
0.8.x
jollyday-0.8.0
0.7.x
jollyday-0.7.1
jollyday-0.7.0
0.6.x
jollyday-0.6.1
jollyday-0.6.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>de.focus-shift</groupId>
    <artifactId>jollyday</artifactId>
    <version>0.19.1</version>
</dependency>