Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ Use the following Code snippits to add this library to your project using the fo
To use maven add this dependency to your `pom.xml`:
```xml
<dependency>
<groupId>dev.koifysh</groupId>
<artifactId>archipelago-client</artifactId>
<version>0.1.19</version>
<groupId>io.github.archipelagomw</groupId>
<artifactId>Java-Client</artifactId>
<version>0.1.20</version>
</dependency>
```

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

## Using Snapshots
Expand Down