netty-http/settings.gradle

10 lines
303 B
Groovy
Raw Normal View History

2018-03-12 11:22:40 +01:00
include 'netty-http-common'
include 'netty-http-client'
include 'netty-http-server'
2019-07-15 22:41:23 +02:00
include 'netty-http-server-reactive'
2019-07-13 15:16:09 +02:00
include 'netty-http-server-rest'
2019-07-15 22:41:23 +02:00
//include 'netty-http-xmlrpc-common'
//include 'netty-http-xmlrpc-server'
//include 'netty-http-xmlrpc-servlet'
//include 'netty-http-xmlrpc-client'