MVN

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

Maven & Gradle

Mar 24, 2020
2 usages
<dependency>
    <groupId>org.bedework.caleng</groupId>
    <artifactId>bw-calendar-engine-userws</artifactId>
    <version>3.13.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.13.2

All Versions

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

Version Vulnerabilities Updated
3.13.x
bw-calendar-engine-userws-3.13.2
bw-calendar-engine-userws-3.13.1
bw-calendar-engine-userws-3.13.0
3.12.x
bw-calendar-engine-userws-3.12.7
bw-calendar-engine-userws-3.12.6
bw-calendar-engine-userws-3.12.5
bw-calendar-engine-userws-3.12.4
bw-calendar-engine-userws-3.12.3
bw-calendar-engine-userws-3.12.2
bw-calendar-engine-userws-3.12.1
bw-calendar-engine-userws-3.12.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.bedework.caleng</groupId>
    <artifactId>bw-calendar-engine-userws</artifactId>
    <version>3.13.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.bedework.caleng:bw-calendar-engine-userws:3.13.2'

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

implementation("org.bedework.caleng:bw-calendar-engine-userws:3.13.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.bedework.caleng" % "bw-calendar-engine-userws" % "3.13.2"