Skip to content

Commit

Permalink
update readme.md for latest version.
Browse files Browse the repository at this point in the history
  • Loading branch information
KonoTyran committed Jul 29, 2024
1 parent 52017e5 commit 892aa5d
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Archipelago Java Client
=======================
![Maven Central Version](https://img.shields.io/maven-central/v/dev.koifysh/archipelago-client)
[![Maven Central Version](https://img.shields.io/maven-central/v/dev.koifysh/archipelago-client)](https://central.sonatype.com/artifact/dev.koifysh/archipelago-client)

A java client Library to connect to an [Archipelago](http://github.com/ArchipelagoMW/Archipelago) Server.

Expand All @@ -14,16 +14,13 @@ To use maven add this dependency to your `pom.xml`:
<dependency>
<groupId>dev.koifysh</groupId>
<artifactId>archipelago-client</artifactId>
<version>0.1.13</version>
<version>0.1.18</version>
</dependency>
```

### Gradle
To use Gradle add the maven central repository to your repositories list:
```gradle
mavenCentral()
```
then add this to your `dependancy` section
```gradle
implementation 'dev.koifysh:archipelago-client:0.1.13'
```java
implementation 'dev.koifysh:archipelago-client:0.1.18'
```

0 comments on commit 892aa5d

Please sign in to comment.