is not current version
Last Version 6.0.0.RC9

me.xethh.utils:DateUtils 4.0.0-RELEASE

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

4.0.0-RELEASE
Type

Type

jar

Download DateUtils 4.0.0-RELEASE


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