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

Лицензия

Лицензия

Группа

Группа

de.jollyday
Идентификатор

Идентификатор

jollyday
Последняя версия

Последняя версия

0.5.10
Дата

Дата

Тип

Тип

jar
Описание

Описание

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
Система контроля версий

Система контроля версий

https://github.com/svendiedrichsen/jollyday.git

Скачать jollyday

Как подключить последнюю версию

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.threeten : threeten-extra jar 1.5.0

test (3)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.13-rc-2
org.mockito : mockito-core jar 3.2.4
org.xmlunit : xmlunit-core jar 2.6.3

Модули Проекта

Данный проект не имеет модулей.

Jollyday

Sonarcloud Bugs Build Status Coverage Status Maven Central

File encoding: Please use UTF-8 as your default file encoding. Code formatting: Please use the provided code-formatter.xml as your project code formatter.

0.4 Branch

To use latest release based on Joda-Time add this to your pom.xml:

<dependency>
    <groupId>de.jollyday</groupId>
    <artifactId>jollyday</artifactId>
    <version>0.4.9</version>
</dependency>

0.5 Branch

To use latest release based on Java Time API and Threeten-Extra library add this to your pom.xml:

<dependency>
    <groupId>de.jollyday</groupId>
    <artifactId>jollyday</artifactId>
    <version>0.5.8</version>
</dependency>

0.6 Branch planned

Planning to replace usage of JAXB with JiBX/XStream

License

Apache License, Version 2.0

Версии библиотеки

Версия
0.5.10
0.5.9
0.5.8
0.5.7
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.9
0.4.8
0.4.7
0.4.6
0.4.5