is not current version
Last Version 2.8.3

com.mastfrog:util-time 2.6.9


GroupId

GroupId

com.mastfrog
ArtifactId

ArtifactId

util-time
Version

Version

2.6.9
Type

Type

jar

Download util-time 2.6.9


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