Java-Client
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.archipelagomw</groupId> <artifactId>Java-Client</artifactId> <version>0.1.20</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>io.github.archipelagomw</groupId> <artifactId>Java-Client</artifactId> <version>0.1.20</version> <name>Archipelago Java Library</name> <description>Java library to connect to an Archipelago Server</description> <url>https://github.com/ArchipelagoMW/Java-Client</url> <inceptionYear>2021</inceptionYear> <licenses> <license> <name>MIT License</name> <url>https://github.com/ArchipelagoMW/Java-Client/blob/main/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <name>PlatanoBailando</name> <email>cjmang@gmail.com</email> </developer> <developer> <name>digiholic</name> </developer> </developers> <contributors> <contributor> <name>Kono Tyran</name> <roles> <role>Author</role> </roles> </contributor> <contributor> <name>mattman107</name> </contributor> <contributor> <name>charlesfire</name> </contributor> </contributors> <scm> <connection>scm:git://github.com/ArchipelagoMW/Java-Client</connection> <developerConnection>scm:git:https://github.com/ArchipelagoMW/Java-Client.git</developerConnection> <url>https://github.com/ArchipelagoMW/Java-Client</url> </scm> <dependencies> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.13.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.java-websocket</groupId> <artifactId>Java-WebSocket</artifactId> <version>1.5.7</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.httpcomponents.client5</groupId> <artifactId>httpclient5</artifactId> <version>5.5</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.httpcomponents.core5</groupId> <artifactId>httpcore5</artifactId> <version>5.3.1</version> <scope>runtime</scope> </dependency> </dependencies> </project>