File tree 1 file changed +4
-9
lines changed 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
46
46
<dependency>
47
47
<groupId>io.ipgeolocation</groupId>
48
48
<artifactId>ipgeolocation</artifactId>
49
- <version>1.0.14 </version>
49
+ <version>1.0.15 </version>
50
50
</dependency>
51
51
```
52
52
@@ -55,13 +55,8 @@ Add the following dependency in 'pom.xml' file to use the IP Geolocation API Jav
55
55
Add the following dependency in 'build.gradle' file to use the IP Geolocation API Java SDK.
56
56
57
57
``` gradle
58
- repositories {
59
- ...
60
- maven { url "http://dl.bintray.com/ipgeolocation/ipgeolocation" }
61
- }
62
-
63
58
dependencies {
64
- compile 'io.ipgeolocation:ipgeolocation:1.0.14 '
59
+ compile 'io.ipgeolocation:ipgeolocation:1.0.15 '
65
60
...
66
61
}
67
62
```
@@ -71,7 +66,7 @@ dependencies {
71
66
Add the following dependency code in 'ivy.xml' file to use the IP Geolocation API Java SDK.
72
67
73
68
``` ivy
74
- <dependency org =' io.ipgeolocation' name =' ipgeolocation' rev =' 1.0.14 ' >
69
+ <dependency org =' io.ipgeolocation' name =' ipgeolocation' rev =' 1.0.15 ' >
75
70
<artifact name =' ipgeolocation' />
76
71
</dependency >
77
72
```
@@ -80,7 +75,7 @@ Add the following dependency code in 'ivy.xml' file to use the IP Geolocation AP
80
75
81
76
Use the following URL to download the latest JAR file for IP Geolocation API Java SDK.
82
77
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 )
84
79
85
80
Documentation
86
81
-----------
You can’t perform that action at this time.
0 commit comments