d

date-time-util

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