File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,17 +12,17 @@ Use the following Code snippits to add this library to your project using the fo
1212To 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
2222To use Gradle add the maven central repository to your repositories list:
2323then 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
You can’t perform that action at this time.
0 commit comments