Download utc-dates-0.0.2.jar file - Jar u

Jar examples for u:utc-dates

Description

A simple date formatting/parsing library that (by default) normalizes all formatted dates to UTC, and assumes all date strings are indicated in UTC. Its intended use is to offer a simple API useful for representing/consuming dates within lexicographically-sensitive database systems (e.g. couchdb, AWS SimpleDB, etc).

You can download jar file utc-dates 0.0.2 in this page.

Build File

You can use the following script to add utc-dates-0.0.2.jar to your project.

<dependency>
   <groupId>com.cemerick</groupId>
   <artifactId>utc-dates</artifactId>
   <version>0.0.2</version>
</dependency>
compile group: 'com.cemerick', name: 'utc-dates', version: '0.0.2'
libraryDependencies += "com.cemerick" % "utc-dates" % "0.0.2"
<dependency org="com.cemerick" name="utc-dates" rev="0.0.2"/>
@Grapes(@Grab(group='com.cemerick', module='utc-dates', version='0.0.2'))
'com.cemerick:utc-dates:jar:0.0.2'

Download

Click the following link to download the jar file.

utc-dates-0.0.2-sources.jar
utc-dates-0.0.2.jar
utc-dates-0.0.2.pom



Related Tutorials