Skip to content


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.

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