GroupId | GroupIdcom.github.sisyphsu |
---|---|
ArtifactId | ArtifactIddateparser |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
dateparser-1.0.2.pom | |
dateparser-1.0.2.jar | 16 KB |
dateparser-1.0.2-sources.jar | 11 KB |
dateparser-1.0.2-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sisyphsu/dateparser/ -->
<dependency>
<groupId>com.github.sisyphsu</groupId>
<artifactId>dateparser</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sisyphsu/dateparser/
implementation 'com.github.sisyphsu:dateparser:1.0.2'
// https://jarcasting.com/artifacts/com.github.sisyphsu/dateparser/
implementation ("com.github.sisyphsu:dateparser:1.0.2")
'com.github.sisyphsu:dateparser:jar:1.0.2'
<dependency org="com.github.sisyphsu" name="dateparser" rev="1.0.2">
<artifact name="dateparser" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sisyphsu', module='dateparser', version='1.0.2')
)
libraryDependencies += "com.github.sisyphsu" % "dateparser" % "1.0.2"
[com.github.sisyphsu/dateparser "1.0.2"]