dateparser

Based on retree's multiple regexs matching features, provides an smart and high-performance datetime parser, which supports hundreds of patterns.

License

License

GroupId

GroupId

com.github.sisyphsu
ArtifactId

ArtifactId

dateparser
Last Version

Last Version

1.0.10
Release Date

Release Date

Type

Type

jar
Description

Description

dateparser
Based on retree's multiple regexs matching features, provides an smart and high-performance datetime parser, which supports hundreds of patterns.
Project URL

Project URL

https://github.com/sisyphsu/dateparser

Download dateparser

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.sisyphsu/dateparser/ -->
<dependency>
    <groupId>com.github.sisyphsu</groupId>
    <artifactId>dateparser</artifactId>
    <version>1.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sisyphsu/dateparser/
implementation 'com.github.sisyphsu:dateparser:1.0.10'
// https://jarcasting.com/artifacts/com.github.sisyphsu/dateparser/
implementation ("com.github.sisyphsu:dateparser:1.0.10")
'com.github.sisyphsu:dateparser:jar:1.0.10'
<dependency org="com.github.sisyphsu" name="dateparser" rev="1.0.10">
  <artifact name="dateparser" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sisyphsu', module='dateparser', version='1.0.10')
)
libraryDependencies += "com.github.sisyphsu" % "dateparser" % "1.0.10"
[com.github.sisyphsu/dateparser "1.0.10"]

Dependencies

compile (2)

Group / Artifact Type Version
com.github.sisyphsu : retree jar 1.0.4
org.projectlombok : lombok jar 1.18.22

test (4)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.8.2
org.junit.jupiter : junit-jupiter-engine jar 5.8.2
org.openjdk.jmh : jmh-core jar 1.34
org.openjdk.jmh : jmh-generator-annprocess jar 1.34

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0