MVN

uk.ac.ox.it.lti : lti-launch

Maven & Gradle

Dec 06, 2019
0 stars

LTI Launch · Java framework for authenticating LTI launch requests from the Canvas LMS

<dependency>
    <groupId>uk.ac.ox.it.lti</groupId>
    <artifactId>lti-launch</artifactId>
    <version>1.7.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.ac.ox.it.lti : lti-launch to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.2

All Versions

Choose a version of uk.ac.ox.it.lti : lti-launch to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
lti-launch-1.7.2
lti-launch-1.7.1
lti-launch-1.7.0
1.6.x
lti-launch-1.6.0
1.5.x
lti-launch-1.5.0

How to add a dependency to Maven

Add the following uk.ac.ox.it.lti : lti-launch maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>uk.ac.ox.it.lti</groupId>
    <artifactId>lti-launch</artifactId>
    <version>1.7.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following uk.ac.ox.it.lti : lti-launch gradle dependency to your build.gradle file:

implementation 'uk.ac.ox.it.lti:lti-launch:1.7.2'

Gradle Kotlin DSL: Add the following uk.ac.ox.it.lti : lti-launch gradle kotlin dependency to your build.gradle.kts file:

implementation("uk.ac.ox.it.lti:lti-launch:1.7.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following uk.ac.ox.it.lti : lti-launch sbt scala dependency to your build.sbt file:

libraryDependencies += "uk.ac.ox.it.lti" % "lti-launch" % "1.7.2"

Advertisement