License |
License |
---|---|
Categories |
CategoriesParity Business Logic Libraries Financial |
GroupId | GroupIdorg.exparity |
ArtifactId | ArtifactIdfluent-date |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFluent Date Builder
A Java library for creating Java Date instances with a fluent readable syntax
|
Project URL |
Project URL |
Filename | Size |
---|---|
fluent-date-2.0.0.pom | |
fluent-date-2.0.0.jar | 4 KB |
fluent-date-2.0.0-sources.jar | 3 KB |
fluent-date-2.0.0-javadoc.jar | 53 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.exparity : hamcrest-date | jar | 2.0.1 |
junit : junit | jar | 4.10 |