1.6.0
·
6 commits
to master
since this release
Changes: 77489fb...68df415
- Add Nethernet support (netty-transport-nethernet) (#4) (
77489fb) by @Kas-tle & @RaphiMC - Release 1.6.0 (
f066d9e) by @Kas-tle - Fix publish (
3c4b7c1) by @Kas-tle - Add root project repository (
68df415) by @Kas-tle
Usage
Gradle (Kotlin DSL)
implementation("dev.kastle.netty:netty-transport-(raknet|nethernet):1.6.0")Gradle (Groovy)
implementation 'dev.kastle.netty:netty-transport-(raknet|nethernet):1.6.0'Maven
<dependency>
<groupId>dev.kastle.netty</groupId>
<artifactId>netty-transport-(raknet|nethernet)</artifactId>
<version>1.6.0</version>
</dependency>