Patch Notes
- update to allow duplicate ID's from different games.
- convert from gradle to maven.
- prep for upload to central maven repo.
- Implemented fix #4
- switched to checksum for datapackage.
Usage
Maven
add the following to your pom.xml
<dependency>
<groupId>dev.koifysh</groupId>
<artifactId>archipelago-client</artifactId>
<version>0.1.13</version>
</dependency>
Gradle
add the following to your repositiories section:
mavenCentral()
And add this to your dependancies section:
implementation 'dev.koifysh:archipelago-client:0.1.13'