| Лицензия |
Лицензия |
|---|---|
| Группа | Группаde.focus-shift |
| Идентификатор | Идентификаторjollyday-core |
| Последняя версия | Последняя версия0.8.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание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).
|
| Имя Файла | Размер |
|---|---|
| jollyday-core-0.8.0.pom | |
| jollyday-core-0.8.0.jar | 230 KB |
| jollyday-core-0.8.0-sources.jar | 189 KB |
| jollyday-core-0.8.0-javadoc.jar | 837 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.threeten : threeten-extra | jar | 1.7.0 |
| org.slf4j : slf4j-api | jar | 1.7.36 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |