文件下载
文件名 操作
jspringbot-date-1.4.jar 下载
jspringbot-date-1.4.pom 下载
jspringbot-date-1.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.jspringbot</groupId>
  <artifactId>jspringbot-date</artifactId>
  <version>1.4</version>
</dependency>
Gradle Groovy
implementation 'org.jspringbot:jspringbot-date:1.4'
Gradle Kotlin
implementation("org.jspringbot:jspringbot-date:1.4")
Scala SBT
libraryDependencies += "org.jspringbot" % "jspringbot-date" % "1.4"
Groovy Grape
@Grapes(
  @Grab(group='org.jspringbot', module='jspringbot-date', version='1.4')
)
Apache Ivy
<dependency org="org.jspringbot" name="jspringbot-date" rev="1.4" />
Leiningen
[org.jspringbot/jspringbot-date "1.4"]
Apache Buildr
'org.jspringbot:jspringbot-date:jar:1.4'