File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ Add this dependency to your project's POM:
7676<dependency >
7777 <groupId >io.swagger</groupId >
7878 <artifactId >LocationIntelligenceJavaSDK</artifactId >
79- <version >8.0 .0</version >
79+ <version >8.5 .0</version >
8080 <scope >compile</scope >
8181</dependency >
8282```
@@ -86,7 +86,7 @@ Add this dependency to your project's POM:
8686Add this dependency to your project's build file:
8787
8888``` groovy
89- compile "io.swagger:LocationIntelligenceJavaSDK:8.0 .0"
89+ compile "io.swagger:LocationIntelligenceJavaSDK:8.5 .0"
9090```
9191
9292### Others
@@ -97,7 +97,7 @@ At first generate the JAR by executing:
9797
9898Then manually install the following JARs:
9999
100- * target/LocationIntelligenceJavaSDK-8.0 .0.jar
100+ * target/LocationIntelligenceJavaSDK-8.5 .0.jar
101101* target/lib/* .jar
102102
103103## Getting Started
You can’t perform that action at this time.
0 commit comments