License |
License |
---|---|
GroupId | GroupIdorg.pojava |
ArtifactId | ArtifactIddatetime |
Last Version | Last Version3.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPOJava 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.
|
Project URL |
Project URL |
Filename | Size |
---|---|
datetime-3.0.2.pom | |
datetime-3.0.2.jar | 29 KB |
datetime-3.0.2-sources.jar | 28 KB |
datetime-3.0.2-javadoc.jar | 78 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.pojava/datetime/ -->
<dependency>
<groupId>org.pojava</groupId>
<artifactId>datetime</artifactId>
<version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.pojava/datetime/
implementation 'org.pojava:datetime:3.0.2'
// https://jarcasting.com/artifacts/org.pojava/datetime/
implementation ("org.pojava:datetime:3.0.2")
'org.pojava:datetime:jar:3.0.2'
<dependency org="org.pojava" name="datetime" rev="3.0.2">
<artifact name="datetime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.pojava', module='datetime', version='3.0.2')
)
libraryDependencies += "org.pojava" % "datetime" % "3.0.2"
[org.pojava/datetime "3.0.2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |