smartdate

Smart Date Parser

Лицензия

Лицензия

Группа

Группа

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

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

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

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

0.0.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

smartdate
Smart Date Parser
Ссылка на сайт

Ссылка на сайт

https://github.com/tobasschu/smartdate
Система контроля версий

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

https://github.com/tobasschu/smartdate.git

Скачать smartdate

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

<!-- 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"]

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
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

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

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

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

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

Версия
0.0.3
0.0.2
0.0.1