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 over 80 countries supported like the following: * United States * Germany * France * India * Australia * and so on Besides, those there will be more special calendars like currently existing NYSE calendar (New York Stock Exchange).
https://github.com/focus-shift/jollyday
Apache License 2.0
Tobias Schneider
Files download
File Operation
jollyday-0.28.1.pom download
Apache Maven
<dependency>
  <groupId>de.focus-shift</groupId>
  <artifactId>jollyday</artifactId>
  <version>0.28.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'de.focus-shift:jollyday:0.28.1'
Gradle Kotlin
implementation("de.focus-shift:jollyday:0.28.1")
Scala SBT
libraryDependencies += "de.focus-shift" % "jollyday" % "0.28.1"
Groovy Grape
@Grapes(
  @Grab(group='de.focus-shift', module='jollyday', version='0.28.1')
)
Apache Ivy
<dependency org="de.focus-shift" name="jollyday" rev="0.28.1" />
Leiningen
[de.focus-shift/jollyday "0.28.1"]
Apache Buildr
'de.focus-shift:jollyday:jar:0.28.1'
Dependencies
The project has no third-party dependencies