This is a fork of the LTI 1.3 library, with no source code modification, just for convenience, to be used by Drop Project.
This library depends on two additional libraries:
- LTI 1.3 core
- LTI 1.3 JWT for testing
It can be installed using maven:
<dependency>
<groupId>org.dropproject</groupId>
<artifactId>lti-13-for-dp</artifactId>
<version>1.0.0</version>
</dependency>