File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,23 +17,23 @@ Add the following dependency in `pom.xml` file to use the IP City DB Java SDK.
1717
1818``` maven
1919<dependency>
20- <groupId>io.dbipgeolocation </groupId>
20+ <groupId>io.ipgeolocation </groupId>
2121 <artifactId>ip-city-std-db</artifactId>
2222 <version>1.0.0</version>
2323</dependency>
2424```
2525
2626### Gradle
2727``` gradle
28- implementation 'io.dbipgeolocation :ip-city-std-db:1.0.0'
28+ implementation 'io.ipgeolocation :ip-city-std-db:1.0.0'
2929```
3030
3131### Ivy
3232
3333Add the following dependency code in ` ivy.xml ` file to use the IP City DB Java SDK.
3434
3535``` ivy
36- <dependency org =" io.dbipgeolocation " name =" ip-city-std-db" rev =" 1.0.0" />
36+ <dependency org =" io.ipgeolocation " name =" ip-city-std-db" rev =" 1.0.0" />
3737```
3838
3939## Basic Usage
You can’t perform that action at this time.
0 commit comments