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