MVN

net.objectlab.kit : datecalc-common

Maven & Gradle

Jan 12, 2022
7 usages
58 stars

Date Calculator Common · Common Date Calculator Code

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

Latest Version

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

  • Latest Stable: 1.4.8

All Versions

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

Version Vulnerabilities Updated
1.4.x
datecalc-common-1.4.8
datecalc-common-1.4.7
datecalc-common-1.4.6
datecalc-common-1.4.5
datecalc-common-1.4.4
datecalc-common-1.4.2
datecalc-common-1.4.1
datecalc-common-1.4.0
1.3.x
datecalc-common-1.3.0
1.2.x
datecalc-common-1.2.0

How to add a dependency to Maven

Add the following net.objectlab.kit : datecalc-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.objectlab.kit</groupId>
    <artifactId>datecalc-common</artifactId>
    <version>1.4.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.objectlab.kit : datecalc-common gradle dependency to your build.gradle file:

implementation 'net.objectlab.kit:datecalc-common:1.4.8'

Gradle Kotlin DSL: Add the following net.objectlab.kit : datecalc-common gradle kotlin dependency to your build.gradle.kts file:

implementation("net.objectlab.kit:datecalc-common:1.4.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.objectlab.kit : datecalc-common sbt scala dependency to your build.sbt file:

libraryDependencies += "net.objectlab.kit" % "datecalc-common" % "1.4.8"

Advertisement