<dependency>
<groupId>org.asynchttpclient</groupId>
<artifactId>async-http-client</artifactId>
<version>2.4.3</version>
</dependency>
@Grapes(
@Grab(group='org.asynchttpclient', module='async-http-client', version='2.4.3')
)
<parent> <groupId>org.asynchttpclient</groupId> <artifactId>async-http-client-project</artifactId> <version>2.4.3</version> </parent>
compile
|-- org.asynchttpclient:async-http-client-netty-utils
|-- io.netty:netty-codec-socks
|-- io.netty:netty-handler-proxy
|-- io.netty:netty-transport-native-epoll
|-- io.netty:netty-resolver-dns
|-- org.reactivestreams:reactive-streams
|-- com.typesafe.netty:netty-reactive-streams
test