Installation
Installation is easy and straightforward, just add the library to your build config.
build.gradle.kts
dependencies {
implementation("io.github.vxrpenter:updater:VERSION")
}
pom.xml
<dependency>
<groupId>io.github.vxrpenter</groupId>
<artifactId>updater</artifactId>
<version>VERSION</version>
</dependency>
Replace VERSION
with the latest version