MVN

edu.iu.uits.lms : lms-lti-crosslist

Maven & Gradle

Apr 24, 2023
0 stars

lms-lti-crosslist · The Cross-listing Assistant in Canvas at Indiana University is a utility for combining enrollments from multiple course sections into a single primary course site, which reduces the administrative overhead of managing a separate version of the course for each section.

<dependency>
    <groupId>edu.iu.uits.lms</groupId>
    <artifactId>lms-lti-crosslist</artifactId>
    <version>5.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of edu.iu.uits.lms : lms-lti-crosslist to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.4

All Versions

Choose a version of edu.iu.uits.lms : lms-lti-crosslist to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
lms-lti-crosslist-5.0.4
lms-lti-crosslist-5.0.3
lms-lti-crosslist-5.0.2
lms-lti-crosslist-5.0.1

How to add a dependency to Maven

Add the following edu.iu.uits.lms : lms-lti-crosslist maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>edu.iu.uits.lms</groupId>
    <artifactId>lms-lti-crosslist</artifactId>
    <version>5.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following edu.iu.uits.lms : lms-lti-crosslist gradle dependency to your build.gradle file:

implementation 'edu.iu.uits.lms:lms-lti-crosslist:5.0.4'

Gradle Kotlin DSL: Add the following edu.iu.uits.lms : lms-lti-crosslist gradle kotlin dependency to your build.gradle.kts file:

implementation("edu.iu.uits.lms:lms-lti-crosslist:5.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following edu.iu.uits.lms : lms-lti-crosslist sbt scala dependency to your build.sbt file:

libraryDependencies += "edu.iu.uits.lms" % "lms-lti-crosslist" % "5.0.4"