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.

License

License

GroupId

GroupId

org.imsglobal
ArtifactId

ArtifactId

basiclti-util
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://github.com/IMSGlobal/basiclti-util-java
Project Organization

Project Organization

IMS Global Learning Consortium

Download basiclti-util

How to add to project

<!-- https://jarcasting.com/artifacts/org.imsglobal/basiclti-util/ -->
<dependency>
    <groupId>org.imsglobal</groupId>
    <artifactId>basiclti-util</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.imsglobal/basiclti-util/
implementation 'org.imsglobal:basiclti-util:1.2.0'
// https://jarcasting.com/artifacts/org.imsglobal/basiclti-util/
implementation ("org.imsglobal:basiclti-util:1.2.0")
'org.imsglobal:basiclti-util:jar:1.2.0'
<dependency org="org.imsglobal" name="basiclti-util" rev="1.2.0">
  <artifact name="basiclti-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.imsglobal', module='basiclti-util', version='1.2.0')
)
libraryDependencies += "org.imsglobal" % "basiclti-util" % "1.2.0"
[org.imsglobal/basiclti-util "1.2.0"]

Dependencies

compile (13)

Group / Artifact Type Version
org.apache.commons : commons-lang3 jar 3.1
com.googlecode.json-simple : json-simple jar 1.1
org.codehaus.jackson : jackson-mapper-asl jar 1.9.3
org.codehaus.jackson : jackson-core-asl jar 1.9.3
net.oauth.core : oauth-provider jar 20100527
org.apache.httpcomponents : httpclient jar 4.0.1
oauth.signpost : signpost-core jar 1.2.1.2
oauth.signpost : signpost-commonshttp4 jar 1.2.1.2
com.fasterxml.jackson.core : jackson-core jar 2.4.1
com.fasterxml.jackson.core : jackson-annotations jar 2.4.1
com.fasterxml.jackson.core : jackson-databind jar 2.4.1
org.aspectj : aspectjweaver jar 1.7.4
commons-io : commons-io jar 2.4

provided (1)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.5

test (3)

Group / Artifact Type Version
junit : junit jar 4.5
org.powermock : powermock-module-junit4 jar 1.5.5
org.powermock : powermock-api-mockito jar 1.5.5

Project Modules

There are no modules declared in this project.
org.imsglobal

IMS Global Learning Consortium

Public and Member Repositories of Code for Implementing IMS Standards

Versions

Version
1.2.0
1.1.2
1.1.1
1.0.0