is not current version
Last Version 1.2.3

org.dhatim:business-hours 1.2.0

A library that helps dealing with business hours, such has "Monday through Friday from 9am to 6pm, and from 9am to 12pm on Saturdays".

GroupId

GroupId

org.dhatim
ArtifactId

ArtifactId

business-hours
Version

Version

1.2.0
Type

Type

jar

Download business-hours 1.2.0


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