Jar examples for u:utc-dates
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.
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'
Click the following link to download the jar file.
utc-dates-0.0.2-sources.jar