Skip to content

Commit f7047c3

Browse files
authored
Update README.md
1 parent 7dcc88a commit f7047c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

3333
Add 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

0 commit comments

Comments
 (0)