Installation
Maven
Add the dependency to your pom.xml:
<dependency>
<groupId>io.cavarest</groupId>
<artifactId>rcon</artifactId>
<version>0.2.1</version>
</dependency>Gradle (Kotlin DSL)
Add the dependency to your build.gradle.kts:
implementation("io.cavarest:rcon:0.2.1")Version Check
To verify the installation, you can check the latest release on GitHub.