is not current version
Last Version 0.5.10

de.jollyday:jollyday 0.4.9

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).

GroupId

GroupId

de.jollyday
ArtifactId

ArtifactId

jollyday
Version

Version

0.4.9
Type

Type

jar

Download jollyday 0.4.9


<!-- https://jarcasting.com/artifacts/de.jollyday/jollyday/ -->
<dependency>
    <groupId>de.jollyday</groupId>
    <artifactId>jollyday</artifactId>
    <version>0.4.9</version>
</dependency>
// https://jarcasting.com/artifacts/de.jollyday/jollyday/
implementation 'de.jollyday:jollyday:0.4.9'
// https://jarcasting.com/artifacts/de.jollyday/jollyday/
implementation ("de.jollyday:jollyday:0.4.9")
'de.jollyday:jollyday:jar:0.4.9'
<dependency org="de.jollyday" name="jollyday" rev="0.4.9">
  <artifact name="jollyday" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.jollyday', module='jollyday', version='0.4.9')
)
libraryDependencies += "de.jollyday" % "jollyday" % "0.4.9"
[de.jollyday/jollyday "0.4.9"]