d

date-time-util

This is a library that provides comprehensive date and time utilities, addressing the challenges of date and time manipulation, formatting, and timezone handling
https://github.com/perceivechuchu/date-time-util
MIT License
Perceive Chuchu
Files download
File Operation
date-time-util-2.0.1.jar download
date-time-util-2.0.1.pom download
date-time-util-2.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.perceivechuchu</groupId>
  <artifactId>date-time-util</artifactId>
  <version>2.0.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.perceivechuchu:date-time-util:2.0.1'
Gradle Kotlin
implementation("io.github.perceivechuchu:date-time-util:2.0.1")
Scala SBT
libraryDependencies += "io.github.perceivechuchu" % "date-time-util" % "2.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.perceivechuchu', module='date-time-util', version='2.0.1')
)
Apache Ivy
<dependency org="io.github.perceivechuchu" name="date-time-util" rev="2.0.1" />
Leiningen
[io.github.perceivechuchu/date-time-util "2.0.1"]
Apache Buildr
'io.github.perceivechuchu:date-time-util:jar:2.0.1'