<dependency> <groupId>io.netty</groupId> <artifactId>netty-build</artifactId> <version>7</version> </dependency>
implementation 'io.netty:netty-build:7'
implementation("io.netty:netty-build:7")
libraryDependencies += "io.netty" % "netty-build" % "7"
@Grapes( @Grab(group='io.netty', module='netty-build', version='7') )
<dependency org="io.netty" name="netty-build" rev="7" />
[io.netty/netty-build "7"]
'io.netty:netty-build:jar:7'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- com.puppycrawl.tools:checkstyle:5.5