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).
http://sourceforge.net/projects/jollyday
Apache 2
Sven Diedrichsen Tim Boven Stephen Lum José Pereira Paulo Zenida Michael Nascimento Santos
Files download
File Operation
jollyday-0.5.10.jar download
jollyday-0.5.10.pom download
jollyday-0.5.10-sources.jar download
Apache Maven
<dependency>
  <groupId>de.jollyday</groupId>
  <artifactId>jollyday</artifactId>
  <version>0.5.10</version>
</dependency>
Gradle Groovy
implementation 'de.jollyday:jollyday:0.5.10'
Gradle Kotlin
implementation("de.jollyday:jollyday:0.5.10")
Scala SBT
libraryDependencies += "de.jollyday" % "jollyday" % "0.5.10"
Groovy Grape
@Grapes(
  @Grab(group='de.jollyday', module='jollyday', version='0.5.10')
)
Apache Ivy
<dependency org="de.jollyday" name="jollyday" rev="0.5.10" />
Leiningen
[de.jollyday/jollyday "0.5.10"]
Apache Buildr
'de.jollyday:jollyday:jar:0.5.10'