2024-01-15 11:54:12 +01:00
|
|
|
dependencies {
|
2024-01-15 17:32:01 +01:00
|
|
|
api project(':event-common')
|
2024-03-20 17:28:34 +01:00
|
|
|
api libs.net.http.server.netty.secure
|
|
|
|
api libs.net.http.client.netty.secure
|
2024-01-19 13:54:14 +01:00
|
|
|
implementation libs.settings.datastructures.json
|
2024-01-15 17:32:01 +01:00
|
|
|
implementation libs.datastructures.json.tiny
|
2024-03-20 17:28:34 +01:00
|
|
|
}
|