File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ Add the following dependency in 'pom.xml' file to use the IP Geolocation API Jav
4646<dependency>
4747 <groupId>io.ipgeolocation</groupId>
4848 <artifactId>ipgeolocation</artifactId>
49- <version>1.0.14 </version>
49+ <version>1.0.15 </version>
5050</dependency>
5151```
5252
@@ -55,13 +55,8 @@ Add the following dependency in 'pom.xml' file to use the IP Geolocation API Jav
5555Add the following dependency in 'build.gradle' file to use the IP Geolocation API Java SDK.
5656
5757``` gradle
58- repositories {
59- ...
60- maven { url "http://dl.bintray.com/ipgeolocation/ipgeolocation" }
61- }
62-
6358dependencies {
64- compile 'io.ipgeolocation:ipgeolocation:1.0.14 '
59+ compile 'io.ipgeolocation:ipgeolocation:1.0.15 '
6560 ...
6661}
6762```
@@ -71,7 +66,7 @@ dependencies {
7166Add the following dependency code in 'ivy.xml' file to use the IP Geolocation API Java SDK.
7267
7368``` ivy
74- <dependency org =' io.ipgeolocation' name =' ipgeolocation' rev =' 1.0.14 ' >
69+ <dependency org =' io.ipgeolocation' name =' ipgeolocation' rev =' 1.0.15 ' >
7570 <artifact name =' ipgeolocation' />
7671</dependency >
7772```
@@ -80,7 +75,7 @@ Add the following dependency code in 'ivy.xml' file to use the IP Geolocation AP
8075
8176Use the following URL to download the latest JAR file for IP Geolocation API Java SDK.
8277
83- * [ https://ipgeolocation.io/downloads/ip-geolocation-api-java-1.0.14 .jar ] ( https://ipgeolocation.io/downloads/ip-geolocation-api-java-1.0.14 .jar )
78+ * [ https://ipgeolocation.io/downloads/ip-geolocation-api-java-1.0.15 .jar ] ( https://ipgeolocation.io/downloads/ip-geolocation-api-java-1.0.15 .jar )
8479
8580Documentation
8681-----------
You can’t perform that action at this time.
0 commit comments