File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -13,19 +13,19 @@ and make the process more opaque to the developer.
1313How to use:
1414-----------
1515Install via Maven:
16- ``` bash
17- git clone https://github.com/pfgray/basiclti-util-java.git
18- cd basiclti-util-java/
19- mvn clean install
16+ ```
17+ git clone https://github.com/pfgray/basiclti-util-java.git
18+ cd basiclti-util-java/
19+ mvn clean install
2020```
2121Include in your project's ` pom.xml ` :
2222
2323``` xml
24- <dependency >
25- <groupId >org.imsglobal</groupId >
26- <artifactId >basiclti-util</artifactId >
27- <version >1.0.0</version >
28- </dependency >
24+ <dependency >
25+ <groupId >org.imsglobal</groupId >
26+ <artifactId >basiclti-util</artifactId >
27+ <version >1.0.0</version >
28+ </dependency >
2929```
3030Examples:
3131---------
You can’t perform that action at this time.
0 commit comments