License |
License |
---|---|
GroupId | GroupIdcom.github.sisyphsu |
ArtifactId | ArtifactIddateparser |
Version | Version1.0.10 |
Type | Typejar |
Description |
Descriptiondateparser
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 |
Filename | Size |
---|---|
dateparser-1.0.10.pom | |
dateparser-1.0.10.jar | 16 KB |
dateparser-1.0.10-sources.jar | 11 KB |
dateparser-1.0.10-javadoc.jar | 43 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.github.sisyphsu : retree | jar | 1.0.4 |
org.projectlombok : lombok | jar | 1.18.22 |
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 |