MVN

edu.utah.bmi.pojava : datetime

Maven & Gradle

Apr 28, 2018
0 stars

POJava DateTime · POJava DateTime is a simple, light-weight Java-based API for parsing and manipulating dates. It parses dates from most languages and formats out of the box without having to specify which format is expected. Defaults such as time zones, and whether to interpret an internationally ambiguous date like "03/06/2014" as DMY order or MDY order are inferred by system time zone and locale and stored in a default config object that can be replaced or overridden. Multiple languages for month names are supported without any additional configuration needed. This is a forked version edited by Jianlin

<dependency>
    <groupId>edu.utah.bmi.pojava</groupId>
    <artifactId>datetime</artifactId>
    <version>3.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of edu.utah.bmi.pojava : datetime to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.4

All Versions

Choose a version of edu.utah.bmi.pojava : datetime to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
datetime-3.0.4

How to add a dependency to Maven

Add the following edu.utah.bmi.pojava : datetime maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>edu.utah.bmi.pojava</groupId>
    <artifactId>datetime</artifactId>
    <version>3.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following edu.utah.bmi.pojava : datetime gradle dependency to your build.gradle file:

implementation 'edu.utah.bmi.pojava:datetime:3.0.4'

Gradle Kotlin DSL: Add the following edu.utah.bmi.pojava : datetime gradle kotlin dependency to your build.gradle.kts file:

implementation("edu.utah.bmi.pojava:datetime:3.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following edu.utah.bmi.pojava : datetime sbt scala dependency to your build.sbt file:

libraryDependencies += "edu.utah.bmi.pojava" % "datetime" % "3.0.4"

Advertisement