MVN

org.bedework.caleng : bw-calendar-engine-impl

Maven & Gradle

Feb 13, 2022
11 usages
11 stars

Bedework: calendar engine - api implementation · Main calendar engine code for bedework

<dependency>
    <groupId>org.bedework.caleng</groupId>
    <artifactId>bw-calendar-engine-impl</artifactId>
    <version>4.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bedework.caleng : bw-calendar-engine-impl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.0

All Versions

Choose a version of org.bedework.caleng : bw-calendar-engine-impl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
bw-calendar-engine-impl-4.0.0
3.13.x
bw-calendar-engine-impl-3.13.2
CVE-2018-1000836
bw-calendar-engine-impl-3.13.1
CVE-2018-1000836
bw-calendar-engine-impl-3.13.0
CVE-2018-1000836
3.12.x
bw-calendar-engine-impl-3.12.7
CVE-2018-1000836
bw-calendar-engine-impl-3.12.6
CVE-2018-1000836
bw-calendar-engine-impl-3.12.5
CVE-2018-1000836
bw-calendar-engine-impl-3.12.4
CVE-2018-1000836
bw-calendar-engine-impl-3.12.3
CVE-2018-1000836
bw-calendar-engine-impl-3.12.2
CVE-2018-1000836
bw-calendar-engine-impl-3.12.1
CVE-2018-1000836
bw-calendar-engine-impl-3.12.0
CVE-2018-1000836

How to add a dependency to Maven

Add the following org.bedework.caleng : bw-calendar-engine-impl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.bedework.caleng</groupId>
    <artifactId>bw-calendar-engine-impl</artifactId>
    <version>4.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.bedework.caleng : bw-calendar-engine-impl gradle dependency to your build.gradle file:

implementation 'org.bedework.caleng:bw-calendar-engine-impl:4.0.0'

Gradle Kotlin DSL: Add the following org.bedework.caleng : bw-calendar-engine-impl gradle kotlin dependency to your build.gradle.kts file:

implementation("org.bedework.caleng:bw-calendar-engine-impl:4.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.bedework.caleng : bw-calendar-engine-impl sbt scala dependency to your build.sbt file:

libraryDependencies += "org.bedework.caleng" % "bw-calendar-engine-impl" % "4.0.0"

Advertisement