<dependency> <groupId>io.netty</groupId> <artifactId>netty-build</artifactId> <version>29</version> <type>pom</type> </dependency>
implementation 'io.netty:netty-build:29'
implementation("io.netty:netty-build:29")
libraryDependencies += "io.netty" % "netty-build" % "29"
@Grapes( @Grab(group='io.netty', module='netty-build', version='29') )
<dependency org="io.netty" name="netty-build" rev="29" />
[io.netty/netty-build "29"]
'io.netty:netty-build:jar:29'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>9</version> </parent>