MVN

net.objectlab.kit.datecalc : datecalc

Maven & Gradle

Nov 16, 2008

ObjectLab Kit · ObjectLab Kit provides a generic Business Calendar for calculating dates given set(s) of holidays. Why re-invent the wheel?

<dependency>
    <groupId>net.objectlab.kit.datecalc</groupId>
    <artifactId>datecalc</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.objectlab.kit.datecalc : datecalc to add to Maven - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of net.objectlab.kit.datecalc : datecalc to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
datecalc-1.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.objectlab.kit.datecalc</groupId>
    <artifactId>datecalc</artifactId>
    <version>1.1.0</version>
</dependency>