2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2026-05-08 22:16:52 +00:00
Files
2026-04-04 10:40:46 +04:00

10 lines
142 B
Kotlin

dependencies {
compileOnly(project(":valiobungee-core"))
api(libs.redisson)
}
description = "ValioBungee Redisson implementation"