<dependency> <groupId>io.netty</groupId> <artifactId>netty-dev-tools</artifactId> <version>4.2.0.Alpha1</version> </dependency>
implementation 'io.netty:netty-dev-tools:4.2.0.Alpha1'
implementation("io.netty:netty-dev-tools:4.2.0.Alpha1")
libraryDependencies += "io.netty" % "netty-dev-tools" % "4.2.0.Alpha1"
@Grapes( @Grab(group='io.netty', module='netty-dev-tools', version='4.2.0.Alpha1') )
<dependency org="io.netty" name="netty-dev-tools" rev="4.2.0.Alpha1" />
[io.netty/netty-dev-tools "4.2.0.Alpha1"]
'io.netty:netty-dev-tools:jar:4.2.0.Alpha1'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>