You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
event/event-net-http/build.gradle

8 lines
236 B
Groovy

dependencies {
api project(':event-common')
api libs.net.http.server.netty.secure
api libs.net.http.client.netty.secure
implementation libs.settings.datastructures.json
implementation libs.datastructures.json.tiny
}