Skip to content

Version 0.1.13

Latest
Compare
Choose a tag to compare
@KonoTyran KonoTyran released this 24 May 03:04
· 45 commits to main since this release
135912d

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'