mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-03 13:31:32 +00:00
9 lines
203 B
Plaintext
9 lines
203 B
Plaintext
dependencies {
|
|
implementation("net.dv8tion:JDA:5.0.0-alpha.2") {
|
|
exclude(module = "opus-java")
|
|
}
|
|
implementation("com.rabbitmq:amqp-client:5.14.2")
|
|
|
|
compileOnly(project(":foundation-core"))
|
|
}
|