Updater
What is Updater?
Updater is a kotlin (java) library for update management. It has integration with platforms like GitHub, Modrinth, Spigot and more to allow easy setup without much work. It allows users to specify a custom version schema that allows you to customize your versions as you like.
Installation
Gradle
dependencies {
implementation("io.github.vxrpenter:updater:VERSION")
}
Content copied to clipboard
Maven
<dependency>
<groupId>io.github.vxrpenter</groupId>
<artifactId>updater</artifactId>
<version>VERSION</version>
</dependency>
Content copied to clipboard
Replace VERSION
with the latest version