is not current version
Last Version 0.12

com.orange.redis-protocol:netty 0.10


Categories

Categories

Redis Data Databases Net Netty Networking
GroupId

GroupId

com.orange.redis-protocol
ArtifactId

ArtifactId

netty
Version

Version

0.10
Type

Type

jar

Download netty 0.10


<!-- https://jarcasting.com/artifacts/com.orange.redis-protocol/netty/ -->
<dependency>
    <groupId>com.orange.redis-protocol</groupId>
    <artifactId>netty</artifactId>
    <version>0.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.orange.redis-protocol/netty/
implementation 'com.orange.redis-protocol:netty:0.10'
// https://jarcasting.com/artifacts/com.orange.redis-protocol/netty/
implementation ("com.orange.redis-protocol:netty:0.10")
'com.orange.redis-protocol:netty:jar:0.10'
<dependency org="com.orange.redis-protocol" name="netty" rev="0.10">
  <artifact name="netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.orange.redis-protocol', module='netty', version='0.10')
)
libraryDependencies += "com.orange.redis-protocol" % "netty" % "0.10"
[com.orange.redis-protocol/netty "0.10"]