Download jollyday-0.4.7.jar file - Jar j

Jar examples for j:jollyday

Description

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.7 in this page.

License

Apache 2

Build File

You can use the following script to add jollyday-0.4.7.jar to your project.

<dependency>
   <groupId>de.jollyday</groupId>
   <artifactId>jollyday</artifactId>
   <version>0.4.7</version>
</dependency>
compile group: 'de.jollyday', name: 'jollyday', version: '0.4.7'
libraryDependencies += "de.jollyday" % "jollyday" % "0.4.7"
<dependency org="de.jollyday" name="jollyday" rev="0.4.7"/>
@Grapes(@Grab(group='de.jollyday', module='jollyday', version='0.4.7'))
'de.jollyday:jollyday:jar:0.4.7'

Download

Click the following link to download the jar file.

jollyday-0.4.7-javadoc.jar
jollyday-0.4.7-sources.jar
jollyday-0.4.7.jar
jollyday-0.4.7.pom



Related Tutorials