SmartDate
Parses a Date String into a time interval.
For example "November 2018" gernerates an SmartDate(Date(2018-11-01 00:00), Date(2018-11-30 23:59)).
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаde.tschumacher |
| Идентификатор | Идентификаторsmartdate |
| Последняя версия | Последняя версия0.0.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеsmartdate
Smart Date Parser
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| smartdate-0.0.3.pom | |
| smartdate-0.0.3.jar | 11 KB |
| smartdate-0.0.3-sources.jar | 8 KB |
| smartdate-0.0.3-javadoc.jar | 72 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.tschumacher/smartdate/ -->
<dependency>
<groupId>de.tschumacher</groupId>
<artifactId>smartdate</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/de.tschumacher/smartdate/
implementation 'de.tschumacher:smartdate:0.0.3'
// https://jarcasting.com/artifacts/de.tschumacher/smartdate/
implementation ("de.tschumacher:smartdate:0.0.3")
'de.tschumacher:smartdate:jar:0.0.3'
<dependency org="de.tschumacher" name="smartdate" rev="0.0.3">
<artifact name="smartdate" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.tschumacher', module='smartdate', version='0.0.3')
)
libraryDependencies += "de.tschumacher" % "smartdate" % "0.0.3"
[de.tschumacher/smartdate "0.0.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| joda-time : joda-time | jar | 2.9.9 |
| org.mockito : mockito-core | jar | 1.10.19 |
| junit : junit | jar | 4.12 |
| uk.co.jemos.podam : podam | jar | 7.0.3.RELEASE |
| ch.qos.logback : logback-classic | jar | 1.1.3 |
Parses a Date String into a time interval.
For example "November 2018" gernerates an SmartDate(Date(2018-11-01 00:00), Date(2018-11-30 23:59)).