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