s

softsmithy-lib-time

A utility library for the new Date and Time API.
http://www.softsmithy.org/softsmithy-lib/lib/${project.version}/docs/site
文件下载
文件名 操作
softsmithy-lib-time-0.8.jar 下载
softsmithy-lib-time-0.8.pom 下载
softsmithy-lib-time-0.8-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.softsmithy.lib</groupId>
  <artifactId>softsmithy-lib-time</artifactId>
  <version>0.8</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.softsmithy.lib:softsmithy-lib-time:0.8'
Gradle Kotlin
implementation("org.softsmithy.lib:softsmithy-lib-time:0.8")
Scala SBT
libraryDependencies += "org.softsmithy.lib" % "softsmithy-lib-time" % "0.8"
Groovy Grape
@Grapes(
  @Grab(group='org.softsmithy.lib', module='softsmithy-lib-time', version='0.8')
)
Apache Ivy
<dependency org="org.softsmithy.lib" name="softsmithy-lib-time" rev="0.8" />
Leiningen
[org.softsmithy.lib/softsmithy-lib-time "0.8"]
Apache Buildr
'org.softsmithy.lib:softsmithy-lib-time:jar:0.8'