MVN

org.jasig.sched-assist : sched-assist-spi-caldav-integrationtest

Maven & Gradle

Sep 28, 2012
4 stars

Scheduling Assistant SPI: CalDAV Integration Test · Module including an integration test for verifying Scheduling Assistant compatibility with a remote CalDAV server.

<dependency>
    <groupId>org.jasig.sched-assist</groupId>
    <artifactId>sched-assist-spi-caldav-integrationtest</artifactId>
    <version>1.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jasig.sched-assist : sched-assist-spi-caldav-integrationtest to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.4
  • Latest Release Candidate: 1.1.0-RC1

All Versions

Choose a version of org.jasig.sched-assist : sched-assist-spi-caldav-integrationtest to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
sched-assist-spi-caldav-integrationtest-1.1.4
sched-assist-spi-caldav-integrationtest-1.1.3
sched-assist-spi-caldav-integrationtest-1.1.2
sched-assist-spi-caldav-integrationtest-1.1.1
sched-assist-spi-caldav-integrationtest-1.1.0
sched-assist-spi-caldav-integrationtest-1.1.0-RC1

How to add a dependency to Maven

Add the following org.jasig.sched-assist : sched-assist-spi-caldav-integrationtest maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jasig.sched-assist</groupId>
    <artifactId>sched-assist-spi-caldav-integrationtest</artifactId>
    <version>1.1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jasig.sched-assist : sched-assist-spi-caldav-integrationtest gradle dependency to your build.gradle file:

implementation 'org.jasig.sched-assist:sched-assist-spi-caldav-integrationtest:1.1.4'

Gradle Kotlin DSL: Add the following org.jasig.sched-assist : sched-assist-spi-caldav-integrationtest gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jasig.sched-assist:sched-assist-spi-caldav-integrationtest:1.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jasig.sched-assist : sched-assist-spi-caldav-integrationtest sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jasig.sched-assist" % "sched-assist-spi-caldav-integrationtest" % "1.1.4"