netty-http/settings.gradle

9 lines
275 B
Groovy

include 'netty-http-common'
include 'netty-http-client-api'
include 'netty-http-client'
include 'netty-http-client-rest'
include 'netty-http-server-api'
include 'netty-http-server'
include 'netty-http-server-reactive'
include 'netty-http-server-rest'
include 'netty-http-rx'