Skip to content

Commit 3d4bccf

Browse files
authored
Merge pull request #62 from ArchipelagoMW/cjmang-patch-1
Update readme.md
2 parents 6b3564c + 1449173 commit 3d4bccf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ Use the following Code snippits to add this library to your project using the fo
1212
To use maven add this dependency to your `pom.xml`:
1313
```xml
1414
<dependency>
15-
<groupId>dev.koifysh</groupId>
16-
<artifactId>archipelago-client</artifactId>
17-
<version>0.1.19</version>
15+
<groupId>io.github.archipelagomw</groupId>
16+
<artifactId>Java-Client</artifactId>
17+
<version>0.1.20</version>
1818
</dependency>
1919
```
2020

2121
### Gradle
2222
To use Gradle add the maven central repository to your repositories list:
2323
then add this to your `dependancy` section
2424
```groovy
25-
implementation 'dev.koifysh:archipelago-client:0.1.19'
25+
implementation 'io.github.archipelagomw:Java-Client:0.1.20'
2626
```
2727

2828
## Using Snapshots

0 commit comments

Comments
 (0)