MVN

com.cemerick : utc-dates

Maven & Gradle

May 09, 2011
1 usages
1 stars

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).

<dependency>
    <groupId>com.cemerick</groupId>
    <artifactId>utc-dates</artifactId>
    <version>0.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.cemerick : utc-dates to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.2

All Versions

Choose a version of com.cemerick : utc-dates to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
utc-dates-0.0.2
utc-dates-0.0.1

How to add a dependency to Maven

Add the following com.cemerick : utc-dates maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.cemerick</groupId>
    <artifactId>utc-dates</artifactId>
    <version>0.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.cemerick : utc-dates gradle dependency to your build.gradle file:

implementation 'com.cemerick:utc-dates:0.0.2'

Gradle Kotlin DSL: Add the following com.cemerick : utc-dates gradle kotlin dependency to your build.gradle.kts file:

implementation("com.cemerick:utc-dates:0.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.cemerick : utc-dates sbt scala dependency to your build.sbt file:

libraryDependencies += "com.cemerick" % "utc-dates" % "0.0.2"

Advertisement

Dependencies from Group

Aug 27, 2013
3 usages
511 stars
Jun 07, 2017
2 usages
474 stars
Dec 13, 2014
2 usages
166 stars
Oct 03, 2018
1 usages
492 stars
May 09, 2011
1 usages
1 stars

Discover Dependencies