<dependency> <groupId>io.netty</groupId> <artifactId>netty-common</artifactId> <version>4.1.0.CR3</version> </dependency>
implementation 'io.netty:netty-common:4.1.0.CR3'
implementation("io.netty:netty-common:4.1.0.CR3")
libraryDependencies += "io.netty" % "netty-common" % "4.1.0.CR3"
@Grapes( @Grab(group='io.netty', module='netty-common', version='4.1.0.CR3') )
<dependency org="io.netty" name="netty-common" rev="4.1.0.CR3" />
[io.netty/netty-common "4.1.0.CR3"]
'io.netty:netty-common:jar:4.1.0.CR3'
<parent> <groupId>io.netty</groupId> <artifactId>netty-parent</artifactId> <version>4.1.0.CR3</version> </parent>
compile
|-- org.javassist:javassist
|-- org.slf4j:slf4j-api
|-- commons-logging:commons-logging
|-- log4j:log4j