<dependency> <groupId>io.netty</groupId> <artifactId>netty-tcnative</artifactId> <version>1.1.33.Fork8</version> </dependency>
implementation 'io.netty:netty-tcnative:1.1.33.Fork8'
implementation("io.netty:netty-tcnative:1.1.33.Fork8")
libraryDependencies += "io.netty" % "netty-tcnative" % "1.1.33.Fork8"
@Grapes( @Grab(group='io.netty', module='netty-tcnative', version='1.1.33.Fork8') )
<dependency org="io.netty" name="netty-tcnative" rev="1.1.33.Fork8" />
[io.netty/netty-tcnative "1.1.33.Fork8"]
'io.netty:netty-tcnative:jar:1.1.33.Fork8'
<parent> <groupId>io.netty</groupId> <artifactId>netty-parent</artifactId> <version>4.0.18.Final</version> </parent>