is not current version
Last Version 2.0.0

org.exparity:fluent-date 1.0.1

Simple Date library for Java

Categories

Categories

Parity Business Logic Libraries Financial
GroupId

GroupId

org.exparity
ArtifactId

ArtifactId

fluent-date
Version

Version

1.0.1
Type

Type

jar

Download fluent-date 1.0.1


<!-- https://jarcasting.com/artifacts/org.exparity/fluent-date/ -->
<dependency>
    <groupId>org.exparity</groupId>
    <artifactId>fluent-date</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.exparity/fluent-date/
implementation 'org.exparity:fluent-date:1.0.1'
// https://jarcasting.com/artifacts/org.exparity/fluent-date/
implementation ("org.exparity:fluent-date:1.0.1")
'org.exparity:fluent-date:jar:1.0.1'
<dependency org="org.exparity" name="fluent-date" rev="1.0.1">
  <artifact name="fluent-date" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.exparity', module='fluent-date', version='1.0.1')
)
libraryDependencies += "org.exparity" % "fluent-date" % "1.0.1"
[org.exparity/fluent-date "1.0.1"]