MVN

org.imsglobal : basiclti-util

Maven & Gradle

Oct 31, 2017
2 usages

IMS BasicLTI Utilities · BasicLTI Utilities are a set of utility classes to aid in the development of BasicLTI consumers and providers. They deal with much of the heavy lifting and make the process more opaque to the developer.

<dependency>
    <groupId>org.imsglobal</groupId>
    <artifactId>basiclti-util</artifactId>
    <version>1.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.imsglobal : basiclti-util to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.0

All Versions

Choose a version of org.imsglobal : basiclti-util to add to Maven or Gradle - All Versions:

  • Version Updated
  • basiclti-util-1.2.0

    Oct 31, 2017
  • basiclti-util-1.1.2

    Aug 02, 2016
  • basiclti-util-1.1.1

    Jan 30, 2015
  • basiclti-util-1.0.0

    Jul 08, 2014

How to add a dependency to Maven

Add the following org.imsglobal : basiclti-util maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.imsglobal</groupId>
    <artifactId>basiclti-util</artifactId>
    <version>1.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.imsglobal : basiclti-util gradle dependency to your build.gradle file:

implementation 'org.imsglobal:basiclti-util:1.2.0'

Gradle Kotlin DSL: Add the following org.imsglobal : basiclti-util gradle kotlin dependency to your build.gradle.kts file:

implementation("org.imsglobal:basiclti-util:1.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.imsglobal : basiclti-util sbt scala dependency to your build.sbt file:

libraryDependencies += "org.imsglobal" % "basiclti-util" % "1.2.0"