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")
}

Maven

<dependency>
<groupId>io.github.vxrpenter</groupId>
<artifactId>updater</artifactId>
<version>VERSION</version>
</dependency>

Replace VERSION with the latest version

Packages

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard