Download fluent-date-1.0.1.jar file - Jar f

Jar examples for f:fluent-date

Description

A Java library for creating Java Date instances with a fluent readable syntax

You can download jar file fluent-date 1.0.1 in this page.

License

New BSD License

Build File

You can use the following script to add fluent-date-1.0.1.jar to your project.

<dependency>
   <groupId>org.exparity</groupId>
   <artifactId>fluent-date</artifactId>
   <version>1.0.1</version>
</dependency>
compile group: 'org.exparity', name: 'fluent-date', version: '1.0.1'
libraryDependencies += "org.exparity" % "fluent-date" % "1.0.1"
<dependency org="org.exparity" name="fluent-date" rev="1.0.1"/>
@Grapes(@Grab(group='org.exparity', module='fluent-date', version='1.0.1'))
'org.exparity:fluent-date:jar:1.0.1'

Download

Click the following link to download the jar file.

fluent-date-1.0.1-javadoc.jar
fluent-date-1.0.1-sources.jar
fluent-date-1.0.1.jar
fluent-date-1.0.1.pom



Related Tutorials