MVN

org.dhatim : business-hours

Maven & Gradle

Jan 10, 2022
24 stars

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

<dependency>
    <groupId>org.dhatim</groupId>
    <artifactId>business-hours</artifactId>
    <version>1.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.dhatim : business-hours to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.3

All Versions

Choose a version of org.dhatim : business-hours to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
business-hours-1.2.3
business-hours-1.2.2
business-hours-1.2.1
business-hours-1.2.0
1.1.x
business-hours-1.1.0
1.0.x
business-hours-1.0.0

How to add a dependency to Maven

Add the following org.dhatim : business-hours maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.dhatim</groupId>
    <artifactId>business-hours</artifactId>
    <version>1.2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.dhatim : business-hours gradle dependency to your build.gradle file:

implementation 'org.dhatim:business-hours:1.2.3'

Gradle Kotlin DSL: Add the following org.dhatim : business-hours gradle kotlin dependency to your build.gradle.kts file:

implementation("org.dhatim:business-hours:1.2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.dhatim : business-hours sbt scala dependency to your build.sbt file:

libraryDependencies += "org.dhatim" % "business-hours" % "1.2.3"

Advertisement