-
Notifications
You must be signed in to change notification settings - Fork 3
Home
LiukRast edited this page Apr 19, 2026
·
2 revisions
Welcome to the deployer wiki!
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/