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