Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 842 Bytes

readme.md

File metadata and controls

26 lines (21 loc) · 842 Bytes

Archipelago Java Client

Maven Central Version

A java client Library to connect to an Archipelago Server.

Getting Started

Use the following Code snippits to add this library to your project using the following.

Maven

To use maven add this dependency to your pom.xml:

<dependency>
    <groupId>dev.koifysh</groupId>
    <artifactId>archipelago-client</artifactId>
    <version>0.1.19</version>
</dependency>

Gradle

To use Gradle add the maven central repository to your repositories list: then add this to your dependancy section

implementation 'dev.koifysh:archipelago-client:0.1.19'