MVN

org.bedework : bw-ical4j-cl

Maven & Gradle

Jan 30, 2017
17 usages
0 stars

Bedework iCal4j · A fork of iCal4j with customizations for Bedework.

<dependency>
    <groupId>org.bedework</groupId>
    <artifactId>bw-ical4j-cl</artifactId>
    <version>1.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bedework : bw-ical4j-cl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.4

All Versions

Choose a version of org.bedework : bw-ical4j-cl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
bw-ical4j-cl-1.1.4
bw-ical4j-cl-1.1.3
bw-ical4j-cl-1.1.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.bedework</groupId>
    <artifactId>bw-ical4j-cl</artifactId>
    <version>1.1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.bedework : bw-ical4j-cl gradle dependency to your build.gradle file:

implementation 'org.bedework:bw-ical4j-cl:1.1.4'

Gradle Kotlin DSL: Add the following org.bedework : bw-ical4j-cl gradle kotlin dependency to your build.gradle.kts file:

implementation("org.bedework:bw-ical4j-cl:1.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.bedework : bw-ical4j-cl sbt scala dependency to your build.sbt file:

libraryDependencies += "org.bedework" % "bw-ical4j-cl" % "1.1.4"

Advertisement