Last Version

Jollyday Core 0.8.0

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

License

License

GroupId

GroupId

de.focus-shift
ArtifactId

ArtifactId

jollyday-core
Version

Version

0.8.0
Type

Type

jar
Description

Description

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

Download jollyday-core 0.8.0


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

Dependencies

compile (2)

Group / Artifact Type Version
org.threeten : threeten-extra jar 1.7.0
org.slf4j : slf4j-api jar 1.7.36

test (6)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.2.11
org.junit.jupiter : junit-jupiter jar 5.8.2
org.assertj : assertj-core jar 3.23.1
org.mockito : mockito-core jar 4.6.1
org.mockito : mockito-junit-jupiter jar 4.6.1
org.xmlunit : xmlunit-core jar 2.9.0

Project Modules

There are no modules declared in this project.