netty-http/settings.gradle

7 lines
187 B
Groovy
Raw Permalink Normal View History

2018-03-12 11:22:40 +01:00
include 'netty-http-common'
include 'netty-http-client'
include 'netty-http-client-rest'
2018-03-12 11:22:40 +01:00
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'