<dependency> <groupId>io.netty</groupId> <artifactId>netty-codec-redis</artifactId> <version>4.2.0.Alpha1</version> </dependency>
implementation 'io.netty:netty-codec-redis:4.2.0.Alpha1'
implementation("io.netty:netty-codec-redis:4.2.0.Alpha1")
libraryDependencies += "io.netty" % "netty-codec-redis" % "4.2.0.Alpha1"
@Grapes( @Grab(group='io.netty', module='netty-codec-redis', version='4.2.0.Alpha1') )
<dependency org="io.netty" name="netty-codec-redis" rev="4.2.0.Alpha1" />
[io.netty/netty-codec-redis "4.2.0.Alpha1"]
'io.netty:netty-codec-redis:jar:4.2.0.Alpha1'
<parent> <groupId>io.netty</groupId> <artifactId>netty-parent</artifactId> <version>4.2.0.Alpha1</version> </parent>
compile
|-- io.netty:netty-common
|-- io.netty:netty-buffer
|-- io.netty:netty-transport
|-- io.netty:netty-codec
|-- org.reflections:reflections
|-- com.google.code.gson:gson
test