You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -38,9 +38,9 @@ In order to successfully run this sample app you need a few things:
38
38
1. Clone the GitHub repo to your computer
39
39
2. Run the following commands to install the SDK to your local maven repo. Update the location of the jar to your local directory
40
40
41
-
mvn install:install-file -Dfile=/Your local directory path/ipp-v3-java-devkit-jar-with-dependencies-2.5.0.jar -DgroupId=ipp.v3.java.devkit.dependencies -DartifactId=ipp-v3-java-devkit-dependencies -Dversion=2.5.0 -Dpackaging=jar
41
+
mvn install:install-file -Dfile=/Your local directory path/ipp-v3-java-devkit-jar-with-dependencies-2.8.0.jar -DgroupId=ipp.v3.java.devkit.dependencies -DartifactId=ipp-v3-java-devkit-dependencies -Dversion=2.8.0 -Dpackaging=jar
42
42
43
-
mvn install:install-file -Dfile=/Your local directory path/ipp-v3-java-data-2.5.0.jar -DgroupId=ipp.v3.java.data -DartifactId=ipp-v3-java-data -Dversion=2.5.0 -Dpackaging=jar
43
+
mvn install:install-file -Dfile=/Your local directory path/ipp-v3-java-data-2.8.0.jar -DgroupId=ipp.v3.java.data -DartifactId=ipp-v3-java-data -Dversion=2.8.0 -Dpackaging=jar
44
44
3. Import the project in Eclipse or any other IDE of your choice
45
45
4. Fill in the [`config.properties`](src/main/resources/config.properties) file values (app token, consumer key, consumer secret) by copying over from the keys section for your app.
46
46
5. Fill in the [`config.properties`](src/main/resources/config.properties) file values (realmId, access token key, access token secret) with the oauth tokens generated while connecting with the company.
0 commit comments