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