is not current version
Last Version 8.9.2

com.cedarsoft.commons:time 8.2.1

java.time related classes

GroupId

GroupId

com.cedarsoft.commons
ArtifactId

ArtifactId

time
Version

Version

8.2.1
Type

Type

jar

Download time 8.2.1


<!-- https://jarcasting.com/artifacts/com.cedarsoft.commons/time/ -->
<dependency>
    <groupId>com.cedarsoft.commons</groupId>
    <artifactId>time</artifactId>
    <version>8.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.commons/time/
implementation 'com.cedarsoft.commons:time:8.2.1'
// https://jarcasting.com/artifacts/com.cedarsoft.commons/time/
implementation ("com.cedarsoft.commons:time:8.2.1")
'com.cedarsoft.commons:time:jar:8.2.1'
<dependency org="com.cedarsoft.commons" name="time" rev="8.2.1">
  <artifact name="time" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.commons', module='time', version='8.2.1')
)
libraryDependencies += "com.cedarsoft.commons" % "time" % "8.2.1"
[com.cedarsoft.commons/time "8.2.1"]