is not current version
Last Version 0.12

com.orange.redis-protocol:netty4-client 0.9


Categories

Categories

Redis Data Databases Net CLI User Interface Netty Networking
GroupId

GroupId

com.orange.redis-protocol
ArtifactId

ArtifactId

netty4-client
Version

Version

0.9
Type

Type

jar

Download netty4-client 0.9


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