| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииParity Прикладные библиотеки Financial |
| Группа | Группаorg.exparity |
| Идентификатор | Идентификаторfluent-date |
| Версия | Версия2.0.0 |
| Тип | Типjar |
| Описание |
ОписаниеFluent Date Builder
A Java library for creating Java Date instances with a fluent readable syntax
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| fluent-date-2.0.0.pom | |
| fluent-date-2.0.0.jar | 7 KB |
| fluent-date-2.0.0-sources.jar | 6 KB |
| fluent-date-2.0.0-javadoc.jar | 59 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.exparity/fluent-date/ -->
<dependency>
<groupId>org.exparity</groupId>
<artifactId>fluent-date</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.exparity/fluent-date/
implementation 'org.exparity:fluent-date:2.0.0'
// https://jarcasting.com/artifacts/org.exparity/fluent-date/
implementation ("org.exparity:fluent-date:2.0.0")
'org.exparity:fluent-date:jar:2.0.0'
<dependency org="org.exparity" name="fluent-date" rev="2.0.0">
<artifact name="fluent-date" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.exparity', module='fluent-date', version='2.0.0')
)
libraryDependencies += "org.exparity" % "fluent-date" % "2.0.0"
[org.exparity/fluent-date "2.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.exparity : hamcrest-date | jar | 2.0.1 |
| junit : junit | jar | 4.10 |