Skip to content

A Client library written in Java for use with the Archipelago software.

License

Notifications You must be signed in to change notification settings

ArchipelagoMW/Java-Client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'

About

A Client library written in Java for use with the Archipelago software.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages