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