Skip to content

Commit

Permalink
Merge pull request #15 from IPGeolocation/fix/version
Browse files Browse the repository at this point in the history
Version updated
  • Loading branch information
ul-jf authored Jul 6, 2023
2 parents 93f442e + 7b4b4b7 commit 4a4f949
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Add the following dependency in 'pom.xml' file to use the IP Geolocation API Jav
<dependency>
<groupId>io.ipgeolocation</groupId>
<artifactId>ipgeolocation</artifactId>
<version>1.0.14</version>
<version>1.0.15</version>
</dependency>
```

Expand All @@ -55,13 +55,8 @@ Add the following dependency in 'pom.xml' file to use the IP Geolocation API Jav
Add the following dependency in 'build.gradle' file to use the IP Geolocation API Java SDK.

```gradle
repositories {
...
maven { url "http://dl.bintray.com/ipgeolocation/ipgeolocation" }
}
dependencies {
compile 'io.ipgeolocation:ipgeolocation:1.0.14'
compile 'io.ipgeolocation:ipgeolocation:1.0.15'
...
}
```
Expand All @@ -71,7 +66,7 @@ dependencies {
Add the following dependency code in 'ivy.xml' file to use the IP Geolocation API Java SDK.

```ivy
<dependency org='io.ipgeolocation' name='ipgeolocation' rev='1.0.14'>
<dependency org='io.ipgeolocation' name='ipgeolocation' rev='1.0.15'>
<artifact name='ipgeolocation' />
</dependency>
```
Expand All @@ -80,7 +75,7 @@ Add the following dependency code in 'ivy.xml' file to use the IP Geolocation AP

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

* [https://ipgeolocation.io/downloads/ip-geolocation-api-java-1.0.14.jar](https://ipgeolocation.io/downloads/ip-geolocation-api-java-1.0.14.jar)
* [https://ipgeolocation.io/downloads/ip-geolocation-api-java-1.0.15.jar](https://ipgeolocation.io/downloads/ip-geolocation-api-java-1.0.15.jar)

Documentation
-----------
Expand Down

0 comments on commit 4a4f949

Please sign in to comment.