Skip to content

Releases: Pequla/RconCore

Version 1.2

23 Feb 22:36

Choose a tag to compare

What's new?

Changed the project directory structure to accommodate Maven packages. There were also some slight code changes relating the bump to Java version 11.

How to use?

You can download the rkon-core-1.2.jar file from the assets or you can add the following dependency to your pom.xml

Or you can get it via Maven (JitPack)

<repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
</repository>

<dependency>
    <groupId>com.github.Pequla</groupId>
    <artifactId>RconCore</artifactId>
    <version>1.2</version>
</dependency>

PreRelese 1.0

23 Feb 22:33
1fad5db

Choose a tag to compare

PreRelese 1.0 Pre-release
Pre-release

Testing maven build tools