is not current version
Last Version 6.0.0.RC9

me.xethh.utils:DateUtils 6.0.0.RC6

A library used for manipulating java.lang.Date object and provide date time related operation

GroupId

GroupId

me.xethh.utils
ArtifactId

ArtifactId

DateUtils
Version

Version

6.0.0.RC6
Type

Type

jar

Download DateUtils 6.0.0.RC6


<!-- https://jarcasting.com/artifacts/me.xethh.utils/DateUtils/ -->
<dependency>
    <groupId>me.xethh.utils</groupId>
    <artifactId>DateUtils</artifactId>
    <version>6.0.0.RC6</version>
</dependency>
// https://jarcasting.com/artifacts/me.xethh.utils/DateUtils/
implementation 'me.xethh.utils:DateUtils:6.0.0.RC6'
// https://jarcasting.com/artifacts/me.xethh.utils/DateUtils/
implementation ("me.xethh.utils:DateUtils:6.0.0.RC6")
'me.xethh.utils:DateUtils:jar:6.0.0.RC6'
<dependency org="me.xethh.utils" name="DateUtils" rev="6.0.0.RC6">
  <artifact name="DateUtils" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.xethh.utils', module='DateUtils', version='6.0.0.RC6')
)
libraryDependencies += "me.xethh.utils" % "DateUtils" % "6.0.0.RC6"
[me.xethh.utils/DateUtils "6.0.0.RC6"]