is not current version
Last Version 1.0.10

com.github.sisyphsu:dateparser 1.0.6

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

GroupId

GroupId

com.github.sisyphsu
ArtifactId

ArtifactId

dateparser
Version

Version

1.0.6
Type

Type

jar

Download dateparser 1.0.6


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