A java client Library to connect to an Archipelago Server.
Use the following Code snippits to add this library to your project using the following.
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>
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'