Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.
'io.netty:netty-common:4.0.2.Final'
<dependency> <groupId>io.netty</groupId> <artifactId>netty-common</artifactId> <version>4.0.2.Final</version> </dependency>
<dependency org="io.netty" name="netty-common" rev="4.0.2.Final"/>
"io.netty", "netty-common", "4.0.2.Final"