is not current version
Last Version 1.2.0

edu.byu.hbll:time 1.1.0

This library provides support classes for working with the new Java 8 time library.

GroupId

GroupId

edu.byu.hbll
ArtifactId

ArtifactId

time
Version

Version

1.1.0
Type

Type

jar

Download time 1.1.0


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