is not current version
Last Version 2.8.3

com.mastfrog:util-time 2.6.10


GroupId

GroupId

com.mastfrog
ArtifactId

ArtifactId

util-time
Version

Version

2.6.10
Type

Type

jar

Download util-time 2.6.10


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