Files download
File Operation
tool-datetime-1.0.2-alpha03.pom download
Apache Maven
<dependency>
  <groupId>io.github.ccxxcoder</groupId>
  <artifactId>tool-datetime</artifactId>
  <version>1.0.2-alpha03</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.ccxxcoder:tool-datetime:1.0.2-alpha03'
Gradle Kotlin
implementation("io.github.ccxxcoder:tool-datetime:1.0.2-alpha03")
Scala SBT
libraryDependencies += "io.github.ccxxcoder" % "tool-datetime" % "1.0.2-alpha03"
Groovy Grape
@Grapes(
  @Grab(group='io.github.ccxxcoder', module='tool-datetime', version='1.0.2-alpha03')
)
Apache Ivy
<dependency org="io.github.ccxxcoder" name="tool-datetime" rev="1.0.2-alpha03" />
Leiningen
[io.github.ccxxcoder/tool-datetime "1.0.2-alpha03"]
Apache Buildr
'io.github.ccxxcoder:tool-datetime:jar:1.0.2-alpha03'