<dependency> <groupId>io.netty</groupId> <artifactId>netty-handler</artifactId> <version>4.0.33.Final</version> </dependency>
implementation 'io.netty:netty-handler:4.0.33.Final'
implementation("io.netty:netty-handler:4.0.33.Final")
libraryDependencies += "io.netty" % "netty-handler" % "4.0.33.Final"
@Grapes( @Grab(group='io.netty', module='netty-handler', version='4.0.33.Final') )
<dependency org="io.netty" name="netty-handler" rev="4.0.33.Final" />
[io.netty/netty-handler "4.0.33.Final"]
'io.netty:netty-handler:jar:4.0.33.Final'
<parent> <groupId>io.netty</groupId> <artifactId>netty-parent</artifactId> <version>4.0.33.Final</version> </parent>
compile
|-- io.netty:netty-buffer
|-- io.netty:netty-transport
|-- io.netty:netty-codec
|-- io.netty:netty-tcnative
|-- org.bouncycastle:bcpkix-jdk15on
|-- org.eclipse.jetty.npn:npn-api
|-- org.eclipse.jetty.alpn:alpn-api
provided
|-- org.mortbay.jetty.npn:npn-boot
|-- org.mortbay.jetty.alpn:alpn-boot