Skip to content
LiukRast edited this page Apr 19, 2026 · 2 revisions

Welcome to the deployer wiki!

Depending on Deployer

Depending on deployer is pretty straight-forward. Add our maven URL to the repositories block

repositories {
  maven { url = "https://maven.liukrast.net"}
}

And include it in your dependencies!

dependencies {
  implementation("net.liukrast:deployer-1.21.1:${deployer_version}")
}

Versions of deployer can be found at https://maven.liukrast.net/net/liukrast/deployer-1.21.1/

Clone this wiki locally