s

softsmithy-lib-time

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