| Categories | 
                CategoriesNet | 
        
|---|---|
| GroupId | GroupIdnet.objectlab.kit.datecalc | 
    
| ArtifactId | ArtifactIddatecalc | 
    
| Last Version | Last Version1.1.0 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionObjectLab Kit 
            ObjectLab Kit provides a generic Business Calendar for calculating dates given set(s) of holidays. Why
      re-invent the wheel? 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| datecalc-1.1.0.pom | 5 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/net.objectlab.kit.datecalc/datecalc/ -->
<dependency>
    <groupId>net.objectlab.kit.datecalc</groupId>
    <artifactId>datecalc</artifactId>
    <version>1.1.0</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/net.objectlab.kit.datecalc/datecalc/
implementation 'net.objectlab.kit.datecalc:datecalc:1.1.0'
                // https://jarcasting.com/artifacts/net.objectlab.kit.datecalc/datecalc/
implementation ("net.objectlab.kit.datecalc:datecalc:1.1.0")
                'net.objectlab.kit.datecalc:datecalc:pom:1.1.0'
                <dependency org="net.objectlab.kit.datecalc" name="datecalc" rev="1.1.0">
  <artifact name="datecalc" type="pom" />
</dependency>
                @Grapes(
@Grab(group='net.objectlab.kit.datecalc', module='datecalc', version='1.1.0')
)
                libraryDependencies += "net.objectlab.kit.datecalc" % "datecalc" % "1.1.0"
                [net.objectlab.kit.datecalc/datecalc "1.1.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 3.8.1 |