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