b

basiclti-util

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.
https://github.com/IMSGlobal/basiclti-util-java
The Apache Software License, Version 2.0
IMS Global Learning Consortium
Charles Severance Paul Gray Braden Anderson
Files download
File Operation
basiclti-util-1.2.0.jar download
basiclti-util-1.2.0.pom download
basiclti-util-1.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.imsglobal</groupId>
  <artifactId>basiclti-util</artifactId>
  <version>1.2.0</version>
</dependency>
Gradle Groovy
implementation 'org.imsglobal:basiclti-util:1.2.0'
Gradle Kotlin
implementation("org.imsglobal:basiclti-util:1.2.0")
Scala SBT
libraryDependencies += "org.imsglobal" % "basiclti-util" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.imsglobal', module='basiclti-util', version='1.2.0')
)
Apache Ivy
<dependency org="org.imsglobal" name="basiclti-util" rev="1.2.0" />
Leiningen
[org.imsglobal/basiclti-util "1.2.0"]
Apache Buildr
'org.imsglobal:basiclti-util:jar:1.2.0'