osrs-223-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>net.rsprot</groupId> <artifactId>osrs-223-api</artifactId> <version>1.0.0-ALPHA-20250423</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" 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>net.rsprot</groupId> <artifactId>osrs-223-api</artifactId> <version>1.0.0-ALPHA-20250423</version> <name>RsProt OSRS 223 API</name> <description>The API module for revision 223 OldSchool RuneScape networking, offering an all-in-one implementation.</description> <url>https://github.com/blurite/rsprot</url> <inceptionYear>2024</inceptionYear> <organization> <name>Blurite</name> <url>https://github.com/blurite</url> </organization> <licenses> <license> <name>MIT</name> <url>https://github.com/blurite/rsprot/blob/master/LICENSE</url> </license> </licenses> <developers> <developer> <name>Kris</name> <url>https://github.com/Z-Kris</url> </developer> </developers> <scm> <connection>scm:git:git://github.com/blurite/rsprot.git</connection> <developerConnection>scm:git:ssh://git@github.com/blurite/rsprot.git</developerConnection> <url>https://github.com/blurite/rsprot</url> </scm> <dependencyManagement> <dependencies> <dependency> <groupId>io.netty</groupId> <artifactId>netty-bom</artifactId> <version>4.1.109.Final</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>io.netty</groupId> <artifactId>netty-buffer</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>net.rsprot</groupId> <artifactId>protocol</artifactId> <version>1.0.0-ALPHA-20250423</version> <scope>compile</scope> </dependency> <dependency> <groupId>net.rsprot</groupId> <artifactId>compression</artifactId> <version>1.0.0-ALPHA-20250423</version> <scope>compile</scope> </dependency> <dependency> <groupId>net.rsprot</groupId> <artifactId>crypto</artifactId> <version>1.0.0-ALPHA-20250423</version> <scope>compile</scope> </dependency> <dependency> <groupId>net.rsprot</groupId> <artifactId>osrs-223-common</artifactId> <version>1.0.0-ALPHA-20250423</version> <scope>compile</scope> </dependency> <dependency> <groupId>net.rsprot</groupId> <artifactId>osrs-223-model</artifactId> <version>1.0.0-ALPHA-20250423</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>1.9.23</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-transport</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-handler</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-transport-native-epoll</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-transport-native-kqueue</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>io.netty.incubator</groupId> <artifactId>netty-incubator-transport-native-io_uring</artifactId> <version>0.0.25.Final</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-resolver-dns-native-macos</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-transport-native-epoll</artifactId> <classifier>linux-aarch_64</classifier> <scope>runtime</scope> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-transport-native-epoll</artifactId> <classifier>linux-x86_64</classifier> <scope>runtime</scope> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-transport-native-epoll</artifactId> <classifier>linux-riscv64</classifier> <scope>runtime</scope> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-transport-native-kqueue</artifactId> <classifier>osx-x86_64</classifier> <scope>runtime</scope> </dependency> <dependency> <groupId>io.netty.incubator</groupId> <artifactId>netty-incubator-transport-native-io_uring</artifactId> <version>0.0.25.Final</version> <classifier>linux-aarch_64</classifier> <scope>runtime</scope> </dependency> <dependency> <groupId>io.netty.incubator</groupId> <artifactId>netty-incubator-transport-native-io_uring</artifactId> <version>0.0.25.Final</version> <classifier>linux-x86_64</classifier> <scope>runtime</scope> </dependency> <dependency> <groupId>com.michael-bull.kotlin-inline-logger</groupId> <artifactId>kotlin-inline-logger-jvm</artifactId> <version>1.0.6</version> <scope>runtime</scope> </dependency> <dependency> <groupId>net.rsprot</groupId> <artifactId>osrs-223-internal</artifactId> <version>1.0.0-ALPHA-20250423</version> <scope>runtime</scope> </dependency> <dependency> <groupId>net.rsprot</groupId> <artifactId>osrs-223-desktop</artifactId> <version>1.0.0-ALPHA-20250423</version> <scope>runtime</scope> </dependency> <dependency> <groupId>net.rsprot</groupId> <artifactId>osrs-223-shared</artifactId> <version>1.0.0-ALPHA-20250423</version> <scope>runtime</scope> </dependency> <dependency> <groupId>net.rsprot</groupId> <artifactId>buffer</artifactId> <version>1.0.0-ALPHA-20250423</version> <scope>runtime</scope> </dependency> </dependencies> </project>