Jar examples for j: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).
You can download jar file jollyday 0.4.9 in this page.
Apache 2
You can use the following script to add jollyday-0.4.9.jar to your project.
<dependency> <groupId>de.jollyday</groupId> <artifactId>jollyday</artifactId> <version>0.4.9</version> </dependency>
compile group: 'de.jollyday', name: 'jollyday', version: '0.4.9'
libraryDependencies += "de.jollyday" % "jollyday" % "0.4.9"
<dependency org="de.jollyday" name="jollyday" rev="0.4.9"/>
@Grapes(@Grab(group='de.jollyday', module='jollyday', version='0.4.9'))
'de.jollyday:jollyday:jar:0.4.9'
Click the following link to download the jar file.
jollyday-0.4.9-javadoc.jar