Skip to content

Commit 7492fc9

Browse files
committed
Version upgraded. Add AS number and BGP route information.
1 parent e4d5721 commit 7492fc9

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Add the following dependency in 'pom.xml' file to use the IP Geolocation API Jav
3535
<dependency>
3636
<groupId>io.ipgeolocation</groupId>
3737
<artifactId>ipgeolocation</artifactId>
38-
<version>1.0.6</version>
38+
<version>1.0.8</version>
3939
</dependency>
4040
```
4141

@@ -50,7 +50,7 @@ repositories {
5050
}
5151
5252
dependencies {
53-
compile 'io.ipgeolocation:ipgeolocation:1.0.6'
53+
compile 'io.ipgeolocation:ipgeolocation:1.0.8'
5454
...
5555
}
5656
```
@@ -60,7 +60,7 @@ dependencies {
6060
Add the following dependency code in 'ivy.xml' file to use the IP Geolocation API Java SDK.
6161

6262
```ivy
63-
<dependency org='io.ipgeolocation' name='ipgeolocation' rev='1.0.6'>
63+
<dependency org='io.ipgeolocation' name='ipgeolocation' rev='1.0.8'>
6464
<artifact name='ipgeolocation' />
6565
</dependency>
6666
```
@@ -69,7 +69,7 @@ Add the following dependency code in 'ivy.xml' file to use the IP Geolocation AP
6969

7070
Use the following URL to download the latest JAR file for IP Geolocation API Java SDK.
7171

72-
* [https://ipgeolocation.io/downloads/ip-geolocation-api-java-1.0.5.jar](https://ipgeolocation.io/downloads/ip-geolocation-api-java-1.0.6.jar)
72+
* [https://ipgeolocation.io/downloads/ip-geolocation-api-java-1.0.5.jar](https://ipgeolocation.io/downloads/ip-geolocation-api-java-1.0.8.jar)
7373

7474
Basic Usage
7575
-----------
@@ -276,7 +276,9 @@ IP Geolocation API Java SDK has following classes that you can use to fully leve
276276
| getCountryFlag() | Returns a URL to country's flag. | String |
277277
| getISP() | Returns ISP name. | String |
278278
| getConnectionType() | Returns connection type of the IP address. | String |
279-
| getOrganization() | Returns organization using the IP address. | String |
279+
| getOrganization() | Returns organization of the IP address. | String |
280+
| getAsn() | Returns AS number of the IP address. | String |
281+
| getRoute() | Returns BGP route of the IP address. | String |
280282
| getGeonameID() | Returns geoname ID from geonames.org database. | String |
281283
| getCurrency() | Returns currency information of the country. | GeolocationCurrency |
282284
| getTimezone() | Returns time zone information of the country. | GeolocationTimezone |

0 commit comments

Comments
 (0)