HiRezAPI-realm
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.stachu540</groupId> <artifactId>HiRezAPI-realm</artifactId> <version>3.1.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>com.github.stachu540</groupId> <artifactId>HiRezAPI-realm</artifactId> <version>3.1.0</version> <url>https://github.com/stachu540/HiRezAPI</url> <inceptionYear>2020</inceptionYear> <name>HiRezAPI Realm Royale</name> <description>API for Realm Royale Game.</description> <licenses> <license> <name>MIT Licence</name> <url>https://github.com/stachu540/HiRezAPI/blob/master/LICENCE.md</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <name>Damian Staszewski</name> <url>https://github.com/stachu540</url> <roles> <role>creator</role> <role>developer</role> <role>owner</role> </roles> <timezone>Europe/Warsaw</timezone> </developer> </developers> <scm> <connection>scm:git:https://github.com/stachu540/HiRezAPI.git</connection> <developerConnection>scm:git:git@github.com:stachu540/HiRezAPI.git</developerConnection> <url>https://github.com/stachu540/HiRezAPI</url> </scm> <issueManagement> <system>GitHub</system> <url>https://github.com/stachu540/HiRezAPI/issues</url> </issueManagement> <ciManagement> <system>GitHub Actions</system> <url>https://github.com/stachu540/HiRezAPI/actions</url> </ciManagement> <distributionManagement> <downloadUrl>https://github.com/stachu540/HiRezAPI/releases</downloadUrl> </distributionManagement> <dependencies> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.30</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> <version>3.0.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.github.stachu540</groupId> <artifactId>HiRezAPI-api</artifactId> <version>3.1.0</version> <scope>compile</scope> </dependency> </dependencies> </project>