1.4.0
·
18 commits
to master
since this release
Changes: 8ab25de...df69768
- Update to Gradle 9 (
8ab25de) by @Kas-tle - Update JUnit version from 5.9.2 to 5.14.1 (
c9e703c) by @Kas-tle - Include junit-platform-launcher as testRuntimeOnly (per Gradle 9) (
78d25c7) by @Kas-tle - Wait for the client's network settings packet instead of fabricating one (#2) (
3fc1745) by @RaphiMC & @Kas-tle - Update README and publish release (
df69768) by @Kas-tle
Usage
Gradle (Kotlin DSL)
implementation("dev.kastle.netty:netty-transport-raknet:1.4.0")Gradle (Groovy)
implementation 'dev.kastle.netty:netty-transport-raknet:1.4.0'Maven
<dependency>
<groupId>dev.kastle.netty</groupId>
<artifactId>netty-transport-raknet</artifactId>
<version>1.4.0</version>
</dependency>