1.2.0
·
32 commits
to master
since this release
Changes: 70b9484...9595762
- Update release action (
70b9484) by @Kas-tle - Update README (
6f214f0) by @Kas-tle - Fix typo (
2a9edc1) by @Kas-tle - Use automatic publishing to maven central in future builds (
553e97e) by @Kas-tle - Detect Network Settings Game Packet in compatibility mode (#1) (
9595762) by @Kas-tle
Usage
Gradle (Kotlin DSL)
implementation("dev.kastle.netty:netty-transport-raknet:1.2.0")Gradle (Groovy)
implementation 'dev.kastle.netty:netty-transport-raknet:1.2.0'Maven
<dependency>
<groupId>dev.kastle.netty</groupId>
<artifactId>netty-transport-raknet</artifactId>
<version>1.2.0</version>
</dependency>