<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-epoll</artifactId>
<version>4.1.100.Final</version>
</dependency>
@Grapes(
@Grab(group='io.netty', module='netty-transport-native-epoll', version='4.1.100.Final')
)
<parent> <groupId>io.netty</groupId> <artifactId>netty-parent</artifactId> <version>4.1.100.Final</version> </parent>
compile
|-- io.netty:netty-transport-native-unix-common
|-- io.netty:netty-transport-classes-epoll
|-- org.bouncycastle:bcpkix-jdk15on
test
|-- io.netty:netty-transport-native-unix-common-tests