is not current version
Last Version 3.0.4

org.refcodes:refcodes-time 1.3.3

Artifact for providing time and date related functionality such as utilities.

GroupId

GroupId

org.refcodes
ArtifactId

ArtifactId

refcodes-time
Version

Version

1.3.3
Type

Type

jar

Download refcodes-time 1.3.3


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