is not current version
Last Version 6.0.0.RC9

me.xethh.utils:DateUtils 3.8.1-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

3.8.1-RELEASE
Type

Type

jar

Download DateUtils 3.8.1-RELEASE


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