edu.byu.hbll.time

This library extends the functionality of the Java 8 time library.

License

License

GroupId

GroupId

edu.byu.hbll
ArtifactId

ArtifactId

time
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

edu.byu.hbll.time
This library extends the functionality of the Java 8 time library.
Project URL

Project URL

https://bitbucket.org/byuhbll/lib-java-time
Source Code Management

Source Code Management

https://bitbucket.org/byuhbll/lib-java-time

Download time

How to add to project

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

Dependencies

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-core jar 2.13.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.2.0
1.1.0