mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2026-04-08 16:10:26 +00:00
10 lines
142 B
Kotlin
10 lines
142 B
Kotlin
dependencies {
|
|
compileOnly(project(":valiobungee-core"))
|
|
api(libs.redisson)
|
|
}
|
|
|
|
description = "ValioBungee Redisson implementation"
|
|
|
|
|
|
|